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
Write a program to print factorial of given number using recursion?
What is the mean of function?
What are the two types of functions in c?
What 'lex' does?
What is extern storage class in c?
simple program of graphics and their output display
Is a pointer a kind of array?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What are the 4 data types?
What is the difference between struct and typedef struct in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What are the ways to a null pointer can use in c programming language?
Explain what is a pragma?
Explain how are 16- and 32-bit numbers stored?
How can I read data from data files with particular formats?