Multiple Choice
The data type string has a named constant, ____, associated with it.
A) string::size
B) string::size_type
C) string::pos
D) string::npos
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Before using the data type string, the
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
Q21: No arithmetic operations are allowed on the
Q22: The string expression strVar._ starts at index
Q23: The following is a valid C++ enumeration
Q24: The scope of a namespace member is
Q25: What is the output of the following