True/False
To account for the null terminator stored at the end of each C-string, the strlen function returns the number of characters in its argument, plus one.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The following statement declares a string object
Q3: The proper expression to compare the first
Q4: Which statements convert the string "10" to
Q5: Assume that str1 and str2 are variables
Q6: The string class append member function str.append(s)tacks
Q9: A good way to convert a value
Q10: The code int x = 0; while
Q11: The >> operator can be used to
Q12: The expression strcmp("ab", "cde") returns<br>A) the boolean
Q33: Although C++ provides ample library functions to