Multiple Choice
Before using the data type string, the program must include the header file ____.
A) enum
B) iostream
C) string
D) std
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: An enumeration type can be passed as
Q11: A data type wherein you directly specify
Q12: Consider the following statements:string str = "ABCDEFD";
Q13: The values in the domain of an
Q14: The _ function is used to interchange
Q16: If a global identifier in a program
Q17: The following is a legal C++ enumeration
Q18: The following statement creates an anonymous type:enum
Q19: Which of the following statements is used
Q20: The data type string has a named