What is fflush() function?


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

Post New Answer

More C Interview Questions

Why is #define used?

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


What does a function declared as pascal do differently?

0 Answers  


What functions are in conio h?

0 Answers  






.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  


can we have joblib in a proc ?

0 Answers  


WAP &#8211; represent a char in binary format

4 Answers   Motorola, Wipro,


Explain what is a pragma?

0 Answers  


What are the types of operators in c?

0 Answers  


Is null a keyword in c?

0 Answers  


how to find the given number is prime or not?

6 Answers   IMS, ING,


Categories