被c語言賦予了特殊的含義的單詞xcode
c語言中一共有32個關鍵字spa
數據類型關鍵字(12個)code
char,short,int,long,float,double,unsigned,signed,struct,union,enum,voidblog
控制語句關鍵字(12個)get
if,else,switch,case,default,for,do,while,break,continue,goto,returnit
存儲關鍵字(5個)io
auto,extern,register,static,constclass
其它關鍵字(3個)變量
sizeof,typedef,volatile數據類型
單行註釋
// printf("hello world");
多行註釋
/*int main() { printf("hello world") } */
寫代碼必定要寫註釋,切記切記
註釋的嵌套沒啥用