type
status
date
slug
summary
tags
category
icon
password
部分计算机基础:

软件工程:
软件生命周期:

C语言关键词:
auto | break | case | char | const |
continue | default | do | double | else |
enum | extern | float | for | goto |
if | inline | int | long | register |
restruct | return | short | signed | sizeof |
static | struct | switch | typedef | union |
unsigned | void | volatile | while | _bool |
_Complex | _Imaginary | ㅤ | ㅤ | ㅤ |
C关键词分类后的表格:
void | int | char | float | double | ㅤ | ㅤ | ㅤ |
do | while | for | if | else | switch | case | default |
return | goto | break | continue | ㅤ | ㅤ | ㅤ | ㅤ |
long | short | signed | unsigned | ㅤ | ㅤ | ㅤ | ㅤ |
auto | static | register | const | extern | valatile | ㅤ | ㅤ |
struct | union | enum | typedef | sizeof | ㅤ | ㅤ | ㅤ |
_bool | _Imaginary | _Complex | inline | restrict | ㅤ | ㅤ | ㅤ |

自己熟悉的背诵(9,12,5,4,7)
void | int | char | short | long | signed | unsigned | float | double | ㅤ | ㅤ | ㅤ |
do | while | if | else | switch | case | for | default | break | continue | return | goto |
inline | restrict | _bool | _Imaginary | _Complex | ㅤ | ㅤ | ㅤ | ㅤ | ㅤ | ㅤ | ㅤ |
auto | static | sizeof | typedef | ㅤ | ㅤ | ㅤ | ㅤ | ㅤ | ㅤ | ㅤ | ㅤ |
enum | extern | struct | const | volatile | union | register | ㅤ | ㅤ | ㅤ | ㅤ | ㅤ |
C语言控制语句:

谭浩强红皮书第五版控制语句标准写法:
if()…else…
for()…
while()…
do…while()
continue
break
switch
return
goto
有关C语言的相关知识可以在下方的评论区一起交流~
- 作者:雪猫
- 链接:https://xm666.eu.org//article/Cbj-Software-life-cycle-%2B37-keywords-%2B9-contro-lstatements
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。