C语言基础知识—常量与变量1>.关键字
提问人:ylm发布时间:2020-09-25
1>.关键字
C的关键字共有32个。
1>.数据类型关键字(12个)
char,short,int,long,float,double,unsigned,signed,struct,union,enum,viod
2>.控制语句关键字(12个)
if,else,switch,case,default,for,do,while,break,contiue,goto,return
3>.存储类型关键字(5个)
auto,extern,register,static,const
4>.其他关键字(3个)
sizeof,typedef,volatile
继续查找其他问题的答案?
相关视频回答
回复(0)
点击加载更多评论>>