You can use itoa() function to convert your integer value to a string. Here is an example: int num = 321; char snum[5]; // convert 123 ...
確定! 回上一頁