Home »
MCQs »
C++ MCQs
Stream is ___
25. Stream is ___.
- Group of non-printable character
- Sequence of bytes
- Set of errors
- The flow of invalid characters
Answer: A) Group of non-printable character
Explanation:
In C++, we use the stream concept for Input/Output operations. It is a sequence of bytes or flow of data that improves performance.