Skip to content

Commit 76c6b9f

Browse files
committed
Update 07A-pointer-essentials.md
1 parent 382a9e4 commit 76c6b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documents/vol1-fundamentals/c_tutorials/07A-pointer-essentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ int main(void) {
307307
void print_int_array(const int* data, size_t count);
308308
```
309309
310-
### 练习 1 参考答案
310+
### 练习 2 参考答案
311311
312312
```c
313313
#include <stdio.h>

0 commit comments

Comments
 (0)