what is the use of fflush() function?
Answers were Sorted based on User's Feedback
Answer / kamini
the fflush() function is useed for remove the garbage value
of keyboard.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / varun sahu
the fflush() function is used to remove garbage which is present in the buffer.
| Is This Answer Correct ? | 12 Yes | 2 No |
What are header files and what are its uses in C programming?
What is meant by initialization and how we initialize a variable?
How can I remove the trailing spaces from a string?
What is the difference between a structure and a union?
Why do we use stdio h and conio h?
Why should I use standard library functions instead of writing my own?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What is bash c?
What is c++ used for today?
Compare and contrast compilers from interpreters.
What does stand for?
How do you write a program which produces its own source code as its output?