C語言進階-第8~10講:預處理

知識點總結:        預處理 以"#"開頭的命令        (1)宏定義 #define ...        (2)文件包含 #include ...        (3)條件編譯 #indef ...        宏定義                  #define 標識符 字符串        帶參數的宏定義  #define 宏名(參數表) 字符串        謹慎帶參數
相關文章
相關標籤/搜索