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() |
|
Answer» Correct answer is (b) flush() The explanation is: None. |
|