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 / vikram
b)stdin
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how do you execute a c program in unix.
How do you use a pointer to a function?
How do I send escape sequences to control a terminal or other device?
What is the difference between array_name and &array_name?
Whats s or c mean?
Why we use void main in c?
Compare array data type to pointer data type
State the difference between x3 and x[3].
What is the advantage of an array over individual variables?
what are # pragma staments?
What are terms in math?
how logic is used
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Write a factorial program using C.
Are bit fields portable?