What is the purpose of the fflush() function in C?



What is the purpose of the fflush() function in C?..

Answer / nashiinformaticssolutions

fflush() clears the output/input buffer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

0 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?

1 Answers   Zensar,


What is structure pointer in c?

0 Answers  


What are the storage classes in C?

0 Answers  






What is the difference between arrays and pointers?

0 Answers  


can we execute the program with the object file

1 Answers  


What is header file definition?

0 Answers  


why do we use # in c-language?

1 Answers  


IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

7 Answers   Caritor,


what is difference between strcmp & palindrome?

3 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


Categories