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 / daljeet singh samra
b
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In C, What is the #line used for?
What do header files do?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is a program flowchart?
string reverse using recursion
writ a program to compare using strcmp VIVA and viva with its output.
What are the different types of objects used in c?
What are pointers in C? Give an example where to illustrate their significance.
In C language what is a 'dangling pointer'?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What does *p++ do? What does it point to?
What is struct node in c?
Why & is used in c?
write a program to display all prime numbers
What is c method?