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 is the difference between declaring a variable and defining a variable?
How do I use void main?
Why header file is used in c?
how to copy a string without using c function
Should I learn data structures in c or python?
What are register variables? What are the advantage of using register variables?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What are the two forms of #include directive?
write a program to sort the elements in a given array in c language
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,