How to loop through a string array in C? ... Use strlen() to get the length of the string. for(int i = 0; i < strlen(full_name); i++) { printf("%c ...
確定! 回上一頁