Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / ......sadu........
stdin is the right answer
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is the size of a union variable?
What is gets() function?
What are terms in math?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Explain do array subscripts always start with zero?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is queue in c?
What does emoji p mean?
What is the meaning of 2d in c?
What is string function c?
What is the role of && operator in a program code?
Can main () be called recursively?
Why void main is used in c?
Why dont c comments nest?
Write a program to print fibonacci series using recursion?