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

Post New Answer

More C Interview Questions

12344321 123 321 12 21 1 1 how i print this program??

5 Answers   DSR Management, Winit,


Explain what is wrong in this statement?

0 Answers  


What do you mean by a local block?

0 Answers   InterGraph,


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  






Define Spanning-Tree Protocol (STP)

0 Answers  


What is the deal on sprintf_s return value?

0 Answers  


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


What is a global variable in c?

0 Answers  


Categories