Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / pankaj goswami
d is the right ans because fflush contain all stdin for
standardinput,output and error.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is strcmp in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
explain what is an endless loop?
Why doesnt long int work?
why do some people write if(0 == x) instead of if(x == 0)?
Can you please explain the difference between syntax vs logical error?
Can a pointer point to null?
What is the deal on sprintf_s return value?
what is the role you expect in software industry?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the Purpose of 'extern' keyword in a function declaration?
Why should I prototype a function?
How is a pointer variable declared?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are the preprocessor categories?