Loose-Info.com
Last Update 2012/07/05
TOP
-
C言語
- stdio.h - フォーマット文字列(fprintf, printf, sprintf) - 変換指示子 - %
引数の変換は行われずに「%」が出力されます。
(例)
#include <stdio.h> int main() { printf("「%%」がそのまま出力\n"); return 0; }
実行結果
「%」がそのまま出力
©
loose-info.com All Rights Reserved.