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

关键字是什么意思?怎么用?

关键字是什么意思?怎么用?

提问者:134793282 2020-09-20 12:26

个回答

  • 慕后端2066907
    2020-09-23 00:25:14

    int float double char short long signed unsigned if else switch case default for while do break continue return void const sizeof struct typedef static extern auto register enum goto union volatile

  • 兴吾名
    2020-09-20 21:15:21

                                                C语言中的 32 个关键字

    int        float              double     char         short          long       signed   unsigned

    if          else      switch     case         default      for          while     do

    break       continue   return      void         const         sizeof    struct     typedef

    static        extern       auto         register        enum         goto      union     volatile