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 have been asked this question during an interview.
The doubt is from Byte Stream in portion Console I/O Operations and Stream Classes of C#