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 / saurabh pandey
d
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what is page thrashing?
I came across some code that puts a (void) cast before each call to printf. Why?
What is fflush() function?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain that why C is procedural?
How was c created?
What are the 5 organizational structures?
What are c identifiers?
What is hungarian notation? Is it worthwhile?
Explain the use of fflush() function?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain what is the most efficient way to store flag values?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What does malloc () calloc () realloc () free () do?
List the variables are used for writing doubly linked list program.