strlen function. strlen will give you the length of a string, NOT including the '\0' terminator. It should not be confused with the sizeof operator which ...
確定! 回上一頁