217k views
2 votes
Before using the datatype string, the program must include theheader file _____.

a.

enum

c.

string

b.

iostream

d.

Std

1 Answer

1 vote

Answer:

C - string

Step-by-step explanation:

It is necessary to include the string header file when using the datatype string because it allows the program to know how to manipulate sequences of characters, without it the program would not execute and would cause an error.

User Aminalid
by
5.2k points