Explain the use of fflush() function?


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

Post New Answer

More C Interview Questions

Write any data structure program (stack implementation)

1 Answers   HTC,


Why & is used in scanf in c?

0 Answers  


What is strcpy() function?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


Is return a keyword in c?

0 Answers  






What is Lazy evaluation in C? Give an example.

1 Answers  


how do you execute a c program in unix.

0 Answers  


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

0 Answers   InterGraph,


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


What is cohesion and coupling in c?

0 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


Categories