Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / ......sadu........
stdin is the right answer
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Do pointers take up memory?
Why #include is used in c language?
What are the advantages of external class?
What are logical errors and how does it differ from syntax errors?
What are the loops in c?
how to find binary of number?
What is call by reference in functions?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are global variables?
Is fortran still used today?
What is void pointers in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Explain the use of fflush() function?
What does it mean when a pointer is used in an if statement?