Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / johnson
Wrong, fflush can be applied to any output stream. Stdout and
stderr, as well as any writeable FILE* will work.
Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
What is the difference between struct and union in C?
What is formal argument?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is struct node in c?
Do you know the difference between malloc() and calloc() function?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is a struct c#?
Not all reserved words are written in lowercase. TRUE or FALSE?
Tell us bitwise shift operators?
writ a program to compare using strcmp VIVA and viva with its output.
Write a program to swap two numbers without using third variable in c?
What is #line?
What is #define used for in c?
Why we use conio h in c?
Describe static function with its usage?