what is the use of fflush() function?

Answer Posted / kamini

the fflush() function is useed for remove the garbage value
of keyboard.

Is This Answer Correct ?    15 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are the outer parentheses in return statements really optional?

570


When should you not use a type cast?

655


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1196


How do I round numbers?

595


How do you list a file’s date and time?

626






What are different types of pointers?

561


What is string length in c?

605


What do you mean by dynamic memory allocation in c? What functions are used?

650


Why c language?

641


What are the functions to open and close the file in c language?

589


Using which language Test cases are added in .ptu file of RTRT unit testing???

3581


What are bitwise shift operators in c programming?

639


the question is that what you have been doing all these periods (one year gap)

1614


Write a program to reverse a linked list in c.

637


Explain the red-black trees?

602