195k views
0 votes
True/False: There exist C stream classes that write and read in-memory strings. Group of answer choices

1 Answer

1 vote

Answer:

True

Step-by-step explanation:

The computer programming language C++ offers its users to command in the form of classes. There are various classes which read and write in memory strings. The stream classes can read, write in the files. Streams do not include ios binary flags.

User Chuck P
by
4.5k points