InterviewSolution
Saved Bookmarks
| 1. |
Select the method which writes the contents of the stream to the physical device.(a) fflush()(b) void fflush()(c) void Flush()(d) flush() |
|
Answer» Correct answer is (c) void Flush() Easiest explanation - The method used to write the contents of the stream to the physical device. |
|