Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / karthik
c
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What is the process to create increment and decrement stamen in c?
How can you tell whether a program was compiled using c versus c++?
Explain what are multidimensional arrays?
What is a char c?
What is the Purpose of 'extern' keyword in a function declaration?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is the difference between printf and scanf )?
all c language question
What are the disadvantages of external storage class?
If errno contains a nonzero number, is there an error?
What is the difference between if else and switchstatement
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is sizeof int in c?
Explain what is a const pointer?
In C, What is the #line used for?