int main() {. 5. // Converting a numeric string. 6. char str[10] = "122";. 7. int x = atoi(str);. 8. printf("Converting '122': %d\n", x);.
確定! 回上一頁