Skip to content

Commit

Permalink
doc: update docs/c.md (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 10, 2023
1 parent 676c87f commit 08614a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ int x = 5, y = 6, z = 50;
```

### 常量 Constants
注释
常量在 C 语言中我们一般理解为不能被改变的值,活用常量与符号常量

常量在 C 语言中我们一般理解为不能被改变的值活用常量与符号常量

```c
const int minutesPerHour = 60;
Expand Down

0 comments on commit 08614a6

Please sign in to comment.