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
Is c easy to learn?
Write a program to generate the Fibinocci Series
What is the purpose of macro in C language?
Give the rules for variable declaration?
What is string length in c?
What is static function in c?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Write a program for Overriding.
Explain what is gets() function?
How can I do serial ("comm") port I/O?
Why is event driven programming or procedural programming, better within specific scenario?
What is variable initialization and why is it important?
What are linker error?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain union.