Multiple Choice
To declare an array that will store students' last names of up to 25 characters in length, which is an appropriate statement?
A) char lastName[25];
B) string lastName[25];
C) char lastName[26];
D) string lastName[24];
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Assume that str1 and str2 are objects
Q21: It is possible to implement a string
Q22: If str is a string class object,
Q23: The _ library function reverses the order
Q24: An array of characters ending with the
Q26: When using the strcat function, you must
Q27: To use the ostringstream class, you must
Q28: The _ function converts an integer to
Q29: There exist C++ stream classes that write
Q30: The null terminator stands for the ASCII