Multiple Choice
An array of characters ending with the null terminator is called
A) a C-string.
B) a C++ String.
C) a string literal.
D) a string class object.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: The string class member function _ returns
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
Q25: To declare an array that will store
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