binary file 二進位檔
cc C Compiler(C語言編譯器)
char 字元型態
character 字元
code 程式碼
coding 編寫程式/寫程式
comment 註解
compile 編譯(將原始程式轉換為可執行檔的過程)
compiler 編譯器(用以編譯原始程式的軟體)
console 終端機模式
debug 程式除錯
debugging 程式除錯(這件事/這個動作)[名詞]
debugger 用以幫助程式除錯的軟體
decimal 十進制
declaration 宣告
directive 命令/指令
dynamic memory allocation 動態記憶體配置
dynamic memory management 動態記憶體管理
entry point 程式進入點
execute 執行程式
executable file 可執行檔
file 檔案
format string 格式字串
format specifier 格式符
function 函式
function header file 函式標頭檔
function library 函式庫
gcc GNU operating system C compiler(GNU作業系統的C語言編譯器)
GNU a recursive acronym for “GNU's Not Unix!”. It is pronounced g'noo.
header file 標頭檔
int 整數型態
Integrated Development Environment (IDE) 整合開發環境
Input Process Output (IPO) Model 輸入/處理/輸出模型
main memory 主記憶體
memory 記憶體
memory allocation 動態記憶體配置
memory management 動態記憶體管理
parameter 參數(通常指傳遞給function的參數)
platform 平台(指某種操作環境,如Windows平台、Linux平台)
preprocessor 前置處理器(負責在compile前的工作)
preprocessor directive 前置處理器命令
program 程式/電腦程式
programmer 程式設計師
programming 程式設計(這件事情)[名詞]
project 專案
run 執行程式
source code 原始程式
statement 敘述
string 字串
symbol 符號
symbol table 符號表
text editor 文字檔編輯器/文字檔編輯軟體
text file (純)文字檔
variable 變數
variable declaration 變數宣告