How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
No Answer is Posted For this Question
Be the First to Post Answer
wap in c to accept n number display the highest and lowest value
What are logical errors and how does it differ from syntax errors?
Explain how can I read and write comma-delimited text?
what is the difference between unix os and linux os
write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }
What does the c preprocessor do?
What is a static function in c?
What standard functions are available to manipulate strings?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are the preprocessor categories?
What is the maximum no. of arguments that can be given in a command line in C.?
Is using exit() the same as using return?