C語言基礎(chǔ)知識—常量與變量1>.關(guān)鍵字
提問人:ylm發(fā)布時(shí)間:2020-09-25
1>.關(guān)鍵字
C的關(guān)鍵字共有32個(gè)。
1>.數(shù)據(jù)類型關(guān)鍵字(12個(gè))
char,short,int,long,float,double,unsigned,signed,struct,union,enum,viod
2>.控制語句關(guān)鍵字(12個(gè))
if,else,switch,case,default,for,do,while,break,contiue,goto,return
3>.存儲類型關(guān)鍵字(5個(gè))
auto,extern,register,static,const
4>.其他關(guān)鍵字(3個(gè))
sizeof,typedef,volatile
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
點(diǎn)擊加載更多評論>>