InterviewSolution
Saved Bookmarks
| 1. |
Which of these is a method used to clear all the data present in output buffers?(a) clear()(b) flush()(c) fflush()(d) close()I had been asked this question in homework.My question comes from Character Stream in chapter Console I/O Operations and Stream Classes of C# |
|
Answer» CORRECT ANSWER is (b) flush() The EXPLANATION is: None. |
|