Saved Bookmarks
| 1. |
What is a stream? Mention any one stream used in C++. |
|
Answer» A stream is a sequence of characters that move from the source to the destination. The streams generally used for file I/O is input stream, output stream, and error stream. |
|