关键字
小于 1 分钟
知道关键字有哪些,这里列出避免大家后面命名变量名时, 和我们关键字重名。
| auto | double | int | struct | else | break | 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 |
知道关键字有哪些,这里列出避免大家后面命名变量名时, 和我们关键字重名。
| auto | double | int | struct | else | break | 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 |