Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / johnson
Wrong, fflush can be applied to any output stream. Stdout and
stderr, as well as any writeable FILE* will work.
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is the difference between c and python?
What is masking?
What are the applications of c language?
What is the value of c?
What is d'n in c?
what is a function method?give example?
What are the advantages of c language?
Write a simple code fragment that will check if a number is positive or negative.
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is difference between array and structure in c?
What is pragma c?
What are pointers? What are stacks and queues?
What is array in C
Explain logical errors? Compare with syntax errors.