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#