Saved Bookmarks
| 1. |
What is stream? Name the stream generally used for file I/O. |
|
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. |
|