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

Why isn't any of this standardized in c? Any real program has to do some of these things.

626


What is s or c?

598


Is there anything like an ifdef for typedefs?

704


what are the advantages of a macro over a function?

647


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

683






What is wrong with this initialization?

593


What is wrong with this code?

695


How do I send escape sequences to control a terminal or other device?

613


What are the usage of pointer in c?

703


What is the translation phases used in c language?

636


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1651


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

668


What is #line used for?

581


Where is c used?

650


Why is python slower than c?

606