Explain the use of fflush() function?


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

Post New Answer

More C Interview Questions

please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


How do you do dynamic memory allocation in C applications?

0 Answers  


Explain why C language is procedural?

0 Answers   GE,






In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


what is memory leak?

3 Answers  


out put of printf(ā€œ%dā€,printf(ram));

5 Answers  


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,


What is the difference between text and binary i/o?

0 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


what is software?

7 Answers   Wipro,


Categories