Tell us the use of fflush() function in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
how to compare two strings without using strcmp() function??
what is diference between return 0 and return NULL??
Stimulate calculator using Switch-case-default statement for two numbers
will u give me old quesrion papers for aptitude for L & t info tech?
What does nil mean in c?
Do array subscripts always start with zero?
What is bash c?
writw a program to insert an element in the begning of a doubly linked list
Is there sort function in c?
what is the diference between pointer to the function and function to the pointer?
how to write a prog in c to convert decimal number into binary by using recursen function,