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

What are the 4 types of unions?

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


What is volatile variable how do you declare it?

0 Answers  


yogesh patil in dell

3 Answers   DELL,


char p="data"; printf(p);

2 Answers  


Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 Answers  


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


What is a class?

3 Answers  


f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


Difference between strcpy() and memcpy() function?

0 Answers  


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


Categories