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
Here is a neat trick for checking whether two strings are equal
What is use of integral promotions in c?
Why doesn't C support function overloading?
what will be maximum number of comparisons when number of elements are given?
What is break statement?
What is sizeof return in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is the use of define in c?
How to throw some light on the b tree?
Are the expressions * ptr ++ and ++ * ptr same?
What is the use of function overloading in C?
What is a string?
What is scope rule in c?
What is string function c?
How do I create a directory? How do I remove a directory (and its contents)?