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 / rakesh ranjan
i m damm sure about hits answer
B)stdin
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain output of printf("Hello World"-'A'+'B'); ?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the importance of c in your views?
Why do we use c for the speed of light?
Differentiate fundamental data types and derived data types in C.
Why do we use return in c?
What is the difference between near, far and huge pointers?
How can a program be made to print the name of a source file where an error occurs?
What are the 5 types of inheritance in c ++?
What are the restrictions of a modulus operator?
What is a list in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What does c mean?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
When should volatile modifier be used?