Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above

Answer Posted / pankaj goswami

d is the right ans because fflush contain all stdin for
standardinput,output and error.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you sort filenames in a directory?

608


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

770


What is the use of c language in real life?

530


What does %d do in c?

547


What are pragmas and what are they good for?

577






What are local static variables? How can you use them?

647


What is #include in c?

600


Explain what is the benefit of using #define to declare a constant?

609


What is meant by type casting?

629


What are different types of pointers?

563


What is sizeof return in c?

617


What are the advantages of the functions?

606


Explain why c is faster than c++?

575


What do you understand by friend-functions? How are they used?

645


how to make a scientific calculater ?

1565