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
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
How do you determine a file’s attributes?
Explain what is a pragma?
how can i sort numbers from ascending order and descending order using turbo c..
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
What is difference between structure and union in c?
what do structure language means?
Explain about C function prototype?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Why is c not oop?
What is string function in c?
Example of friendly function in c++