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
b
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what is the basis for selection of arrays or pointers as data structure in a program
How will you find a duplicate number in a array without negating the nos ?
What is a structure and why it is used?
What are external variables in c?
Is void a keyword in c?
Explain what is the benefit of using an enum rather than a #define constant?
The difference between printf and fprintf is ?
Explain what does it mean when a pointer is used in an if statement?
What is modeling?
Why c is called a mid level programming language?
What is the size of array float a(10)?
Describe dynamic data structure in c programming language?
What are the valid places to have keyword “break”?
Explain what are run-time errors?
Explain what are bus errors, memory faults, and core dumps?