Multiple choice

____________ is used when we want to access the streams of bytes from memory.

  1. istream class

  2. ostream class

  3. strstream class

  4. istrstream class

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The istrstream class is used to create an object for accessing the streams of bytes from memory.