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

Verified
Correct Answer:
Verified
Related Questions
Q23: This function concatenates the contents of one
Q24: The null terminator stands for this ASCII
Q25: This function accepts a C-string as an
Q26: This library function reverses the order of
Q27: This is the escape sequence representing the
Q29: After the following statement executes, what
Q30: A practical application of this function is
Q31: To determine whether a character entered is
Q32: To change a character argument from lower
Q33: This function accepts a C-string containing a