There is no string type in C. Instead we have arrays or constants, ... int strlen(const char *s) function to obtain the length of the string ...
確定! 回上一頁