int sprintf(char *str, const char *format, ...); char c[10]; sprintf(c, "%d", 15); // Converts an integer to a string //Floating point ...
確定! 回上一頁