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 / rakesh ranjan
i m damm sure about hits answer
B)stdin
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the deal on sprintf_s return value?
Are pointers really faster than arrays?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why can arithmetic operations not be performed on void pointers?
Explain how do you list files in a directory?
What does typeof return in c?
What are pointers really good for, anyway?
Explain c preprocessor?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is the size of a union variable?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is sizeof c?
What is volatile, register definition in C