明解c 英文单词

source program    源程序

source file    源文件

diagnostic message    诊断消息

comment    注释

stdio    standard I/O    标准输入输出

printf    f源自format(格式化)

function call    函数调用

argument    实参

%d    d源自decimal(十进制数)

statement    语句

translation phase    翻译阶段

implementation    实现

format string    格式化字符串

conversion specification    转换说明  

string literal    字符串常量

escape sequence    转义字符

\a alert    响铃

你可能感兴趣的:(C)