User Profile
Collapse
-
thanks friends at last i got a correct output with windows xp also........thk you for all....... -
it's k..i have one doubt in tat program..tat means in that top of the prgm we are using "char far *vidmem=0XB8000 000;"
will u tell why we are using this..?,...thk u......Leave a comment:
-
-
-
doubt in graphics
Code:#include "stdio.h" #include "conio.h" #include "graphics.h" char far *vidmem=0xB8000000; main() { int gm,gd=DETECT; int r,c,i; char message[]="praveen"; initgraph(&gd,&gm,""); clrscr(); for(r=5;r<=20;r++) { for(c=5;c<=50;c++) write2vdu('',64,r,c); } c=10;
Last edited by Banfa; Jul 16 '10, 08:33 AM. Reason: Please start putting [code]...[/code] tags round your code -
about header file
i want to learn the header files of c..i open the header file and i can understand some functions..but some one can't understand.anyo ne tell any websites will clearly tell about C header files..?pls tell..thank u.... -
Can you create mobile software using the C language?
can we able to create mobile softwares using c language... -
doubt in EOF
while((c=getc(f in))!=EOF)..... .. any body knows what is the work of EOF here....i saw EOF value is equal to 0 and -1...but i do't know how it works here .....if anybody knows pls tell...End Of File means whether it reads the given file upto the last line of a file..pls help me........ -
clear for loop doubt
for(;;)....what is the meaning for this loop...please tell.... -
-
can't able to get output in pointer
#include"main.h "
void main()
{
char *address;
char ch='a';
address=&ch;
clrscr();
printf("\nvalue of ch-->%c",address) ;
getch();
}
i am not able to get output..will you tell which place i have to change...if i compile there is no error is coming....will you give correct program..please ....... -
-
convert codings to software
I am creating one small C program which is used for performing addition and some mathematical calculations. My doubt is if I want to calculate any thing in that program first I have to compile that program, then i can able to get the answer. Without compiling can I give that input numbers? If we are opening calculator in computer(window s xp) first we gave the input numbers then it shows the corresponding output. So like that can I do something... -
so how can i call that function..? what changes i have to do in that program? pls tell..Leave a comment:
-
can't able to get output
#include"main.h "
int i;
int sum=0;
void main()
{
char choice;
printf("enter E-->even O-->odd");
choice=getch();
choice=toupper( choice);
if(choice=='E')
{
void even();
getch();
}
else if (choice=='O')
{
void odd();
getch();
}
else
{
printf("choice is wrong");
}}... -
doubt in static
#include"stdio. h"
#include"conio. h"
#include"cubesu bpr.c"
void show();
void main()
{
clrscr();
printf("\nnumbe r square cubes");
printf("\n---- ----- -----");
for(a=1;a<=10;a ++)
{
b=a*a;
c=a*a*a;
printf(" \n %d \t%d \t%d ",a ,b,c);
}
printf("\n---------------\n");
printf("\n... -
explain this output of this program
*************** *************** *************** *********
program for sharing memory
*************** *************** *************** *********
#include"stdio. h"
#include"conio. h"
#include"file12 .c"
int a,b,c;
void main()
{
clrscr();
printf("\nvalue of a,b and c before extern");
printf("\nADDRE SS of a--> %x",&a);
printf("\nADDRE SS... -
-
hey am asking how the data are saved in access without saving command.....Leave a comment:
-
Saving in MS Access Forms
i was typing in microsoft access,but one time power supply was not coming to CPU so it was switch OFF.but the typing data was not erasing when i SWITCH ON again(more over the data not saved before cutting of power supply).so my doubt is how the data are saving without any saving comand....
No activity results to display
Show More
Leave a comment: