c語言中的關鍵字

Anruiabc發表於2016-09-12

下面所列的單詞都是c語言中的關鍵字,不可以使用它們作為變數名和函式名

Auto for struct

break goto switch

case if typedef

char inline union

const int unsigned

continue long void

default register volatile

do restrict while

double return  _Bool

else short  _Complex

enum signed  _Imaginary

extern sizeof float

static class

相關文章