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
How do you write a program which produces its own source code as output?
Explain what will the preprocessor do for a program?
How can you allocate arrays or structures bigger than 64K?
Explain what is the difference between a free-standing and a hosted environment?
can we have joblib in a proc ?
What is a loop?
Can you subtract pointers from each other? Why would you?
Define recursion in c.
Why is c called "mother" language?
Is c++ based on c?
difference between Low, Middle, High Level languages in c ?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is a nested formula?
how to count no of words,characters,lines in a paragraph.
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above