问答详情
源自:2-2 练习题

auto和For中哪个是合法标识符,答案为什么是For而不是auto啊

我查了一下,for跟auto都是标识符,但是问题中的是For而不是for啊

提问者:慕UI2025963 2016-05-20 11:22

个回答

  • 废话达人
    2016-06-18 17:39:53

    C语言关键字

    auto          break       case        char         const

    continue   default      do            double     else

    enum        extern      float          for           goto

    if               int             long         register    return

    short         signed     sizeof       static        struct

    switch       typedef    unsigned   union      void

    volatile      while


    和你一样的错误,你可以先浏览一下 C语言的关键字 好像又增了两个。

  • 慕神5721711
    2016-05-20 11:41:50

    C语言中有个For 函数 

  • 帅气Person
    2016-05-20 11:40:56

    auto是C语言中的关键词