mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 12:05:45 +00:00
c
This commit is contained in:
parent
53f979fce3
commit
5589fcb86e
@ -166,11 +166,13 @@ float m=3.14,n=4.14;
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> C 语言有多少种数据类型,每种数据类型长度是多少、该如何使用,这是每一位 C 程序员都必须要掌握的。当然,不必担心,后续还会一一讲解的。
|
||||
> * ① C 语言有多少种数据类型,每种数据类型长度是多少、该如何使用,这是每一位 C 程序员都必须要掌握的。
|
||||
> * ② 当然,不必担心,后续还会一一讲解的。
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> 数据类型只需要在定义变量时指明,而且必须指明;使用变量时无需再指明,因为此时的数据类型已经确定了。
|
||||
> * ① 数据类型只需要在定义变量时指明,而且必须指明。
|
||||
> * ② 使用变量时无需再指明,因为此时的数据类型已经确定了。
|
||||
|
||||
## 1.5 从计算机底层看变量
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user