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

Explain high-order bytes.

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


How does #define work?

0 Answers  


. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,


What is the exact difference between '\0' and ""

3 Answers  






HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


Subtract Two Number Without Using Subtraction Operator

0 Answers  


#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


what is the difference between c and c++?

7 Answers  


What is an arrays?

0 Answers  


number of times a digit is present in a number

0 Answers  


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


Categories