第五章完结

This commit is contained in:
lzy
2024-04-01 15:38:16 +08:00
parent bacc769f09
commit 1a690b5737
8 changed files with 720 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
# 目录
- [流程控制](#流程控制)
- [关键字](#关键字)
- [详解选择](#详解选择)
@@ -280,8 +282,8 @@ for(exp1;exp2;exp3)
### `goto`
- 慎重使用 if-goto
- goto 实现的是 无条件的跳转,且不能跨函数跳转
- 慎重使用`if-goto`
- `goto`实现的是 无条件的跳转,且不能跨函数跳转
@@ -369,7 +371,7 @@ for(;;);
> 包括钻石型
>
> ```bash
> *
> *
> * *
> * * *
> * *