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 |
what is virtual function?
What is polymorphism and why is it important?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
class type to basic type conversion
what is static?
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
what is the application of oops?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
what about you? wahat is your object? introduce your self?
1 Answers Ajmal Perfumes, TCS,
what is oops
what is pointers