高效的碎片化閱讀之《寫給大家看的C語言書》(一)

以下內容來自於《寫給大家看的C預言書》一書,作者是Greg Perry。

程序員 programmer
程序 program
運行 run
執行 execute
輸出 output
C 編譯器 compiler
捆綁 bundled
源代碼 source code
機器語言 machine language
二進制 binary
二進制狀態 binary state
編輯器 editor
錯誤 bug
調試 debugging
註釋 comment
維護 maintenance
空白 white space
佔位符 placeholder
字面量數據 literal data
常量數據 constant data
定義 define
變量聲明 variable declaration
賦值運算符 assignment operator
字符數組 character array
元素 element
下標 subscript
預處理器指令 preprocessor directive
文件合併 file merge
上下文相關的幫助 context-sensitive help
頭文件 header file
命名常量 named constant
定義常量 defined constant
遞減 decrement
整數 integer
除法 division
求餘 modulus
運算符優先級 order of operator
更新 update
複合運算符 compound addition
複合乘法 compound multiplication
強制類型轉換 typecast

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章