The strlen function computes the length of the given string. It takes a string as an argument and returns its length. It doesn't count the null character ( '\0' ) ...
確定! 回上一頁