char myString [] = "1111"; // 宣告字串(字元陣列) int a = atoi ( myString ); // 將字串轉整數 printf (a + 2222); // 輸出:3333.
確定! 回上一頁