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
Why isn't it being handled properly?
What are the types of operators in c?
Can we compile a program without main() function?
Is that possible to add pointers to each other?
What is struct node in c?
What is malloc() function?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is the heap in c?
Write a program to print factorial of given number without using recursion?
What is the difference between union and structure in c?
program to convert a integer to string in c language'
If null and 0 are equivalent as null pointer constants, which should I use?
What is s in c?
What are the ways to a null pointer can use in c programming language?
Differentiate between Macro and ordinary definition.