Computer Science, asked by shad88437, 4 months ago

which streams are used in IO in text files and binary files

Answers

Answered by Anonymous
4

Answer:

There are two main streams: the input stream and the output stream. The input stream is used for reading data from file (read operation) and the output stream is used for writing into the file (write operation).

Similar questions