Multiple Choice
The function that accepts a pointer to a C-string as an argument and returns the length of the C-string, not including the null terminator is
A) numchar
B) strlength
C) strlen
D) countstring
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: The escape sequence that represents the null
Q37: The function that reverses the order of
Q38: The itoa function is similar to atoi
Q39: By being able to pass arrays as
Q40: The ftoa function converts a floating-point value
Q42: The arguments of the strcpy function are<br>A)
Q43: Select all that apply. Whitespace encompasses which
Q44: The C++ compiler performs strict array bounds
Q45: What is the output of the following
Q46: The C-string company[12] can hold<br>A) twelve characters<br>B)