位置:首頁 > 軟件操作教程 > 編程開發(fā) > C語言 > 問題詳情

C語言基礎知識—常量與變量1>.關鍵字

提問人:ylm發(fā)布時間:2020-09-25

1>.關鍵字

    C的關鍵字共有32個。
1>.數(shù)據(jù)類型關鍵字(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

繼續(xù)查找其他問題的答案?

相關視頻回答
回復(0)
返回頂部