Multiple Choice
What is the proper way to declare a vector of strings named names?
A) vector strings names;
B) vector<names> string;
C) vector<string> names;
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q55: The declaration of an STL vector doubleVec
Q56: What is the value of numbers.capacity) after
Q57: If the name of a file to
Q58: Which string function returns the first occurrence
Q59: A string variable and a c-string are
Q61: The following declares a c-string variable that
Q62: To use the string class, you must
Q63: To change the size of a vector,
Q64: Using the == operator on a string
Q65: The following code declares a vector of