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 / ar
b but not recommended
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is fflush() function?
What does printf does?
What is clrscr ()?
What does %p mean?
What are the types of unary operators?
What does return 1 means in c?
Is c call by value?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is a macro, and explain how do you use it?
What are pointers really good for, anyway?
Is it possible to initialize a variable at the time it was declared?
Dont ansi function prototypes render lint obsolete?
For what purpose null pointer used?
What is a macro in c preprocessor?
How can I rethow can I return a sequence of random numbers which dont repeat at all?