Tell us the use of fflush() function in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What compilation do?

7 Answers   Geometric Software, Infosys,


what is constant pointer?

3 Answers  


How can I swap two values without using a temporary?

0 Answers  


What is the usage of the pointer in c?

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,






I want tcs placement papers of 2004-2009 , its urgent

6 Answers   TCS, Wipro,


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


What are the primitive data types in c?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


Why is a semicolon (;) put at the end of every program statement?

0 Answers  


Categories