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 purpose of the fflush() function in C?

Answers were Sorted based on User's Feedback



What is the purpose of the fflush() function in C?..

Answer / nashiinformaticssolutions

fflush() clears the output/input buffer.

Is This Answer Correct ?    0 Yes 0 No

What is the purpose of the fflush() function in C?..

Answer / glibwaresoftsolutions

fflush() clears the output/input buffer.vv

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

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,


Is null valid for pointers to functions?

0 Answers  


Explain the red-black trees?

0 Answers  


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


what is a c-language.what is do.

4 Answers   HCL,


How can I use a preprocessorif expression to ?

0 Answers  


Can we compile a program without main() function?

0 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


String concatenation

2 Answers  


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


What is the difference between c and python?

0 Answers  


Categories