7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Post New Answer View All Answers
What are the three constants used in c?
Why do we need arrays in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What do you mean by keywords in c?
Is c high or low level?
What is a pointer in c?
Can stdout be forced to print somewhere other than the screen?
What is calloc() function?
How can you determine the maximum value that a numeric variable can hold?
How can I recover the file name given an open stream or file descriptor?
What is the benefit of using const for declaring constants?
How can a number be converted to a string?
What is data structure in c programming?
What's the right way to use errno?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?