1、 1第四章格式化的輸出與輸入 學習printf() 函數的使用方法學習scanf() 函數的使用方法認識各種列印格式碼與輸入格式碼學習字元的輸入與輸出函數 2輸出函數 printf() (1/3) printf 是由 print(列印)與 format(格式)二字組成4.1 輸出函數 printf()4.1 printf()printf(“格式字串“, 項目1, 項目2, .); printf() 函數的格式 printf() 函數的使用格式 :3輸出函數 printf() (2/3) 下面的程式 使用 為 printf() 函數的範例: 4.1 輸出函數 printf()4.1 printf
2、()4輸出函數 printf() (3/3) 下面的範例示範了如何印出字串: 4.1 輸出函數 printf()4.1 printf()5用於 printf() 的格式碼 下表列出了 printf() 函數常用的格式碼: 4.1 輸出函數 printf()4.1 printf()6跳脫序列 下表列出常用的跳脫序列:4.1 輸出函數 printf()4.1 printf()7跳脫序列與格式碼的應用 下面的程式碼是利用格式碼印出字串: 4.1 輸出函數 printf()4.1 printf()8控制輸出欄位的寬度 設定欄位的寬度:4.1 輸出函數 printf()4.1 printf()9printf() 函數的修飾子(1/2)4.1 輸出函數 printf()4.1 printf()10printf() 函數的修飾子(2/2) printf() 函數修飾子的使用範例: 4.1 輸出函數 printf()4.1 printf()