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
b
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
If I have a char * variable pointing to the name of a function ..
What is a c token and types of c tokens?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Explain how can you tell whether two strings are the same?
What is atoi and atof in c?
What are the advantages of external class?
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 value is returned to operating system after program execution?
When c language was developed?
How many types of operators are there in c?
Is null valid for pointers to functions?
What are operators in c?
Write a program to print numbers from 1 to 100 without using loop in c?
What is LINKED LIST? How can you access the last element in a linked list?
Can the “if” function be used in comparing strings?