mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
c
This commit is contained in:
parent
3993c34938
commit
2711bd49ab
@ -1272,7 +1272,7 @@ char str[32];
|
||||
|
||||
![](./assets/22.png)
|
||||
|
||||
* `\0` 在 ASCII 码表中是第 0 个字符,用 NUL 表示,称为空字符串,该字符既不能显示,也不是控制字符,输出该字符不会有任何效果,它在 C 语言中仅作为字符串的结束标志。
|
||||
* `\0` 在 ASCII 码表中是第 0 个字符,用 NUL 表示,称为空字符,该字符既不能显示,也不是控制字符,输出该字符不会有任何效果,它在 C 语言中仅作为字符串的结束标志。
|
||||
|
||||
![](./assets/23.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user