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 use of integral promotions in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
what is real time system?what is the differance between hard and soft real time systems
What is break statement?
Is sizeof a keyword in c?
What are the advantages of the functions?
What is console in c language?
What is ## preprocessor operator in c?
What is function pointer c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Differentiate between a structure and a union.
write a program to display & create a rational number