Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / johnson
Wrong, fflush can be applied to any output stream. Stdout and
stderr, as well as any writeable FILE* will work.
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
What is extern storage class in c?
Explain pointers in c programming?
What does volatile do?
can we have joblib in a proc ?
Which is better oop or procedural?
What does %2f mean in c?
How can you read a directory in a C program?
explain what are actual arguments?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is the use of clrscr?
Is that possible to store 32768 in an int data type variable?
Explain how do you determine the length of a string value that was stored in a variable?
Can one function call another?
The difference between printf and fprintf is ?
What is volatile, register definition in C