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
What is meant by keywords in c?
Explain the difference between structs and unions in c?
What is character set?
How can you find the exact size of a data type in c?
Explain what is a program flowchart and explain how does it help in writing a program?
What is a static variable in c?
What does node * mean?
What is bubble sort in c?
When should a far pointer be used?
Why c is faster than c++?
Are pointers really faster than arrays?
Explain what math functions are available for integers? For floating point?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Do you know what are bitwise shift operators in c programming?
Write a program to generate the Fibinocci Series