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
How do you list a file’s date and time?
What is the purpose of sprintf() function?
Is fortran still used today?
Why do we use c for the speed of light?
In which language linux is written?
When should volatile modifier be used?
Explain the advantages and disadvantages of macros.
Write the Program to reverse a string using pointers.
What are predefined functions in c?
Is there any possibility to create customized header file with c programming language?
FILE PROGRAMMING
What is a good way to implement complex numbers in c?
what are enumerations in C
Can we change the value of static variable in c?
Which built-in library function can be used to match a patter from the string?