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

What is the difference between variable declaration and variable definition in c?

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


What is a wrapper function in c?

0 Answers  


Can include files be nested?

0 Answers  


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  






How to declare pointer variables?

0 Answers  


Is c is a high level language?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


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

0 Answers  


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,


what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,


What are the parts of c program?

0 Answers  


Categories