what is the use of fflush() function?

Answers were Sorted based on User's Feedback



what is the use of fflush() function?..

Answer / kamini

the fflush() function is useed for remove the garbage value
of keyboard.

Is This Answer Correct ?    15 Yes 5 No

what is the use of fflush() function?..

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

Post New Answer

More C Interview Questions

‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


Explain the difference between the local variable and global variable in c?

0 Answers  


List the difference between a While & Do While loops?

0 Answers   Accenture,


Expand the following LKB BKL FFG

0 Answers  


Explain setjmp()?

0 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


c program to compute AREA under integral

0 Answers   Infosys,


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


What is the difference between #include and #include 'file' ?

0 Answers  


Categories