Answer Posted / varun sahu
the fflush() function is used to remove garbage which is present in the buffer.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the importance of c in your views?
Suggesting that there can be 62 seconds in a minute?
Can the curly brackets { } be used to enclose a single line of code?
Can a file other than a .h file be included with #include?
What is use of integral promotions in c?
Is there sort function in c?
What does #pragma once mean?
What is the difference between text and binary modes?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
How can you pass an array to a function by value?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is the concatenation operator?
What is sorting in c plus plus?
Who invented bcpl language?
How will you delete a node in DLL?