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