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 / senthilkumar
NON OF THIS
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What happens if a header file is included twice?
By using C language input a date into it and if it is right?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are the c keywords?
explain what is an endless loop?
What is define c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
what is the format specifier for printing a pointer value?
Explain how do you search data in a data file using random access method?
When should the register modifier be used? Does it really help?
Explain how can I make sure that my program is the only one accessing a file?
Explain what is wrong in this statement?
How can I find the modification date and time of a file?
How can my program discover the complete pathname to the executable from which it was invoked?
Explain what are header files and explain what are its uses in c programming?