CSE230 - C++ Notes 7Stream Input/Output •C++ standardlibraries provide an extensive set of input/output capabilities. •I/O occurs in ___of bytes. A ___ is simply a sequence of bytes. In input operations , thebytes flow from a device to main memory. In output operations, the ...