It takes a string as an argument; computes the length and returns the length. It doesn't count the null character ( '\0' ). Syntax: size_t strlen(const char *s);.
確定! 回上一頁