mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
c
This commit is contained in:
parent
107b7eb67b
commit
b0e2490a03
@ -1254,7 +1254,7 @@ int main() {
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> 像这种`"Hello World"`、`"Hi"` ,用双引号引起来的一串字符称为字符串字面值,简称字符串。
|
||||
> 像这类`"Hello World"`、`"Hi"`等格式 ,使用双引号引起来的一串字符称为字符串字面值,简称字符串。
|
||||
|
||||
* 对于整数、浮点数和字符,C 语言中都提供了对应的数据类型。但是,对于字符串,C 语言并没有提供对应的数据类型,而是用`字符数组`来存储这类文本类型的数据,即字符串:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user