strlen( ) function in C gives the length of the given string. Syntax for strlen( ) function is given below. size_t strlen ( const char * str );.
確定! 回上一頁