To copy String1 char array to String2 char array, you cannot simply assign the whole array to it, it has to be copied one character at a time ...
確定! 回上一頁