C語言必背專業英語詞匯大全
要想學好c語言,對于c語言方面的專業英語詞匯的學習非常重要,那么現在就一起來學習一些必背的`c語言專業英語詞匯吧,希望能夠幫到大家!
c語言專業英語詞匯
comment 注釋
program comment 程序注釋
library 庫
headerfile 頭文件
function 函數
statement 語句
body 函數的主體
calling 調用
argument 參數
string 字符串
data 數據
newline 換行字符
variable 變量
declaring 聲明
integer 整型
prompt 提示消息
assignment statement 賦值語句
return 返回
format code 格式碼
reductionism 歸約論
holism 整體論
data type 數據類型
domain 值域
c語言必背專業詞匯
floating-point number 浮點數
expression 表達式
term 項
operator 運算符
constant 常量
evaluation 求值
subexpression 子表達式
operand 操作數
unary operator 一元運算符
binary operator 二元運算符
rules of precedence 優先級法則
automatic type conversion 自動類型轉換
truncation 截尾
type cast 強制類型轉換
formula 習慣用語
programming idiom 程序設計習語
paradigm 范例
incrementing 自增
decrementing 自減
control statement 控制語句
repeat-N-times idiom 重復N次習語
iteration 迭代
loop 循環
cycle 周期
c語言實用專業英語詞匯
index variable 下標變量
initialization 初始化
sentinel 標志
conditional execution 條件執行
conditional test 條件測試
relational operator 關系運算符
field width 字段寬度
alignment 對齊方式
left alignment 左對齊
precision 精度
padded 填充
simple statement 簡單語句
embedded assignment 賦值嵌套
multiple assignment 多重賦值
associativity 結合性
compound statement 復合語句
nested 嵌套
atomatic data 原子數據
logical operator 邏輯運算符
truth table 真值表
short-circuit evaluation 簡化求值
guard 監護條件
dangling-else problem 懸空
else 問題