Convert int into string with C macro ; #include <stdio.h> #define STR(x) # · main() { printf("the output = %s", STR(123)); · the output is ; # ...
確定! 回上一頁