C语言快结课了,现在将已学过的关键字总结如下,黄色部分为还未涉及的关键字。
| char | short | int | float | long |
| double | if | else | switch | case |
| for | while | do | break | continue |
| void | return | const | static | struct |
| typedef | sizeof | default | unsigned | signed |
| enum | goto | extern | auto | register |
| union | volatile |
本文总结了C语言中常用的关键字,包括基本数据类型如char、int等,流程控制关键字如if、for等,以及作用域和内存管理相关的关键字如void、static等。
C语言快结课了,现在将已学过的关键字总结如下,黄色部分为还未涉及的关键字。
| char | short | int | float | long |
| double | if | else | switch | case |
| for | while | do | break | continue |
| void | return | const | static | struct |
| typedef | sizeof | default | unsigned | signed |
| enum | goto | extern | auto | register |
| union | volatile |
3520
1597
1万+

被折叠的 条评论
为什么被折叠?
