Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 value of uninitialized variable in c?

0 Answers  


What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


What is a lvalue

0 Answers   Global Logic,


What are inbuilt functions in c?

0 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


can we declare a function in side the structure?

2 Answers   HCL,


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


Explain a file operation in C with an example.

0 Answers   Amdocs,


write a program to sort the elements in a given array in c language

10 Answers   TCS,


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


how to find string length wihtout using c function?

6 Answers  


Categories