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 / saurabh pandey
d
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain how do you print an address?
Define circular linked list.
In C programming, what command or code can be used to determine if a number of odd or even?
Can a function argument have default value?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Do you know the use of fflush() function?
What is the difference between NULL and NUL?
What is difference between function overloading and operator overloading?
What is pointers in c with example?
What is n in c?
What is the difference between exit() and _exit() function?
What is the value of h?
What's the right way to use errno?
Can one function call another?
How are structure passing and returning implemented?