InterviewSolution
Saved Bookmarks
| 1. |
fflush(NULL)flushes all ____________(a) input streams(b) output streams(c) previous contents(d) appended textThis question was posed to me at a job interview.My doubt is from File Operations topic in section Input and Output in C of C |
|
Answer» Correct choice is (B) OUTPUT streams |
|