Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / pankaj goswami
d is the right ans because fflush contain all stdin for
standardinput,output and error.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is getch() function?
What is a ternary operator in c?
main() { printf("hello"); fork(); }
How can you find the day of the week given the date?
Explain the use of #pragma exit?
What is preprocessor with example?
Explain what is the difference between far and near ?
about c language
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
write a programming in c to find the sum of all elements in an array through function.
Where are some collections of useful code fragments and examples?
How do I round numbers?
How can you restore a redirected standard stream?
Describe newline escape sequence with a sample program?
What is scope rule in c?