We used a while loop that determines the length of the first string: while (str1[count] != '\0') // Increment count till we reach the ++count; // ...
確定! 回上一頁