Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / vinay
BOTH A AND B
The function fflush() clears the buffer associated with a
specified input/output device(stdin or stdout).
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are the advantages and disadvantages of pointers?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is the difference between ++a and a++?
What are the salient features of c languages?
What is calloc() function?
What is const keyword in c?
What are the disadvantages of a shell structure?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
a c code by using memory allocation for add ,multiply of sprase matrixes
What is a void pointer in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Why is #define used?
What is the difference between fread and fwrite function?
Differentiate between a structure and a union.
What is the use of sizeof?