问答详情
源自:2-1 有名有姓的C

C语言的关键字

标识符不能是C语言的关键字有哪些?

提问者:慕粉0022483255 2017-02-05 11:03

个回答

  • 慕粉1117086091
    2017-02-05 11:20:58

    关键字就是C语言规定好的有固定用途的标识符
    auto break case char const continue default
      do double else enum extern float for
      goto if int long register return short
      signed static sizeof struct switch typedef union
      unsigned void volatile while这些都是