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()This question was posed to me during an interview for a job.I would like to ask this question from Introduction of Stream Classes topic in portion Console I/O Operations and Stream Classes of C# |
|
Answer» Correct ANSWER is (c) void FLUSH() |
|