In C, we can use the sprintf() function to convert an integer to a string. Here is an example, that converts the int 123 to an string "123" : # ...
確定! 回上一頁