7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / ar
b but not recommended
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is c fast?
What does. int *x[](); means ?
How is a pointer variable declared?
Explain what is the benefit of using an enum rather than a #define constant?
How is actual parameter different from the formal parameter?
The difference between printf and fprintf is ?
difference between native and cross compilers
What is use of bit field?
What are the types of macro formats?
Ow can I insert or delete a line (or record) in the middle of a file?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How can I remove the leading spaces from a string?
what is the difference between 123 and 0123 in c?
What is volatile variable in c with example?
What is a header file?