In C string is simply an array of characters but the only condition is that it must be terminated by a null character,i.e '\0'. To convert a character to string ...
確定! 回上一頁