What is the difference between fread buffer() and fwrite buffer()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a c program to find the roots of a quadratic equation ax2 + bx + c = 0

11 Answers   CSC, St Marys, TATA,


What is the difference between local variable and global variable in c?

0 Answers  


Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  






char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


Give me basis knowledge of c , c++...

5 Answers  


pascal triangle program

2 Answers  


Which one would you prefer - a macro or a function?

0 Answers  


though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks

3 Answers   State Bank Of India SBI,


how to find the binary of a number?

10 Answers   Infosys,


What is a good way to implement complex numbers in c?

0 Answers  


Categories