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 will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


How to implement variable argument functions ?

1 Answers   HP,


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


When would you use a pointer to a function?

0 Answers  


Why we not create function inside function.

0 Answers  


Explain the binary height balanced tree?

0 Answers  


What does struct node * mean?

0 Answers  


Describe how arrays can be passed to a user defined function

0 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


What does c in a circle mean?

0 Answers  


Categories