char *convertToUpperCase( const char *sPtr) { char newstr [strlen(sPtr)+1]; int intsPtr=0; while (sPtr[intsPtr]!= '\0' ) ...
確定! 回上一頁