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 / mj baig
b
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Are global variables static in c?
What do you mean by invalid pointer arithmetic?
How can I find out how much free space is available on disk?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is difference between structure and union in c?
What are the advantages of using Unions?
Should I learn c before c++?
What is main return c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Explain 'far' and 'near' pointers in c.
What is the explanation for prototype function in c?
Why we use int main and void main?
What is difference between stdio h and conio h?
explain what is an endless loop?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.