課程
/后端開(kāi)發(fā)
/C
/C語(yǔ)言入門
就是不能用作標(biāo)志詞的
2018-07-27
源自:C語(yǔ)言入門 2-2
正在回答
由ANSI標(biāo)準(zhǔn)定義的C語(yǔ)言關(guān)鍵字共32個(gè) : auto double int struct break else long switch case enum register typedef char extern return union const float short unsigned continue for signed void default goto sizeof volatile do if while static
#include<stdio.h> int?main() { ????prntf("慕課,你好,晚安,明天見(jiàn)\n”); ????teturn0; }
#include<stdio.h>
int main()
{
????prntf("慕課,你好,晚安,明天見(jiàn)\n”);
????teturn0;
}
auto
default
float
void
while
1999年12月16日,ISO推出了C99標(biāo)準(zhǔn),該標(biāo)準(zhǔn)新增了5個(gè)C語(yǔ)言關(guān)鍵字:
2011年12月8日,ISO發(fā)布C語(yǔ)言的新標(biāo)準(zhǔn)C11,該標(biāo)準(zhǔn)新增了7個(gè)C語(yǔ)言關(guān)鍵字:
auto?double?int?struct?break?else?long?switch ??case?enum?register?typedef?char?extern?return?union ??const?float?short?unsigned?continue?for?signed?void ??default?goto?sizeof?volatile?do?if?while?static
舉報(bào)
C語(yǔ)言入門視頻教程,帶你進(jìn)入編程世界的必修課-C語(yǔ)言
2 回答C語(yǔ)言中的關(guān)鍵字有哪些
3 回答c語(yǔ)言的關(guān)鍵詞
2 回答C語(yǔ)言的關(guān)鍵字有哪些?
11 回答?for不是c語(yǔ)言關(guān)鍵詞嗎
14 回答求C語(yǔ)言中關(guān)鍵字
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-07-27
由ANSI標(biāo)準(zhǔn)定義的C語(yǔ)言關(guān)鍵字共32個(gè) :
auto double int struct break else long switch
case enum register typedef char extern return union
const float short unsigned continue for signed void
default goto sizeof volatile do if while static
2019-04-30
2019-04-30
#include<stdio.h>
int main()
{
????prntf("慕課,你好,晚安,明天見(jiàn)\n”);
????teturn0;
}
2018-07-27
auto
default
float
void
while
1999年12月16日,ISO推出了C99標(biāo)準(zhǔn),該標(biāo)準(zhǔn)新增了5個(gè)C語(yǔ)言關(guān)鍵字:
2011年12月8日,ISO發(fā)布C語(yǔ)言的新標(biāo)準(zhǔn)C11,該標(biāo)準(zhǔn)新增了7個(gè)C語(yǔ)言關(guān)鍵字:
2018-07-27