Multiple Choice
The ________ function accepts a C-string as an argument and returns the length of the string (not including the null terminator) .
A) numchar
B) strlength
C) strlen
D) countstring
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q32: The _ function concatenates the contents of
Q33: The type of the literal string "Hello"
Q34: After num = stoi("1000"); executes, what value
Q35: A C-string can be assigned to a
Q36: To access the last character of a