7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / rakesh ranjan
i m damm sure about hits answer
B)stdin
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the description for syntax errors?
What is structure in c language?
What is sizeof int in c?
Explain the advantages and disadvantages of macros.
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is meant by preprocessor in c?
What are the data types present in c?
how do you programme Carrier Sense Multiple Access
What is structure in c explain with example?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Can include files be nested?
Which are low level languages?
What are the types of arrays in c?
What is c method?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.