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 / senthilkumar
NON OF THIS
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is a function in c?
What is the difference between formatted&unformatted i/o functions?
Write a code to generate a series where the next element is the sum of last k terms.
How the c program is executed?
What is a structure in c language. how to initialise a structure in c?
what will be the output for the following main() { printf("hi" "hello"); }
Why structure is used in c?
Why does notstrcat(string, "!");Work?
Why is not a pointer null after calling free?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
In c language can we compile a program without main() function?
What is pointer to pointer in c?
Can we add pointers together?
When should structures be passed by values or by references?