What is the use of fflush(stdin) in c++?
Answers were Sorted based on User's Feedback
Answer / saravanan
fflush will used to write file immediately instead of
storing in the memory.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / paul
For input streams, fflush() discards any buffered data that has been fetched from the underlying file, but has not been by the application.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / poonam
Is it used for any memory management or buffer management?
I thought over it and the answer i got was that it is used
for buffer memory management...Is it correct?
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / madhava
enter a result at the input given data to particular location
| Is This Answer Correct ? | 0 Yes | 3 No |
Where is pseudocode used?
what is inline function?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
What are the access specifiers avaible in c++?
What are the types of abstraction?
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
How to Increment the value of the empid E001 for each and every employee by using the programe?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
what is difference between objects and function
Which type does string inherit from?
What is difference between new and malloc?
What is object in oop?