被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") } */
写代码必定要写注释,切记切记
注释的嵌套没啥用