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

#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


What are the data types present in c?

0 Answers  


What are reserved words with a programming language?

0 Answers  


what is data structure?

5 Answers   CBSE,


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,






write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


Explain the use of 'auto' keyword in c programming?

0 Answers  


Differentiate fundamental data types and derived data types in C.

0 Answers   HCL,


What is c system32 taskhostw exe?

0 Answers  


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Categories