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 advantage of pointer in c?

0 Answers  


write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?

4 Answers   Ramco,


What are disadvantages of C language.

0 Answers   iNautix,


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


Write a program to show the change in position of a cursor using c

0 Answers  


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


In scanf h is used for

4 Answers   BFL,


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


Categories