diff --git a/docs/notes/01_c-basic/06_xdx/index.md b/docs/notes/01_c-basic/06_xdx/index.md index e52da34..7e10a6b 100644 --- a/docs/notes/01_c-basic/06_xdx/index.md +++ b/docs/notes/01_c-basic/06_xdx/index.md @@ -1,6 +1,6 @@ -# 第一章:数据类型(⭐) +# 第一章:相关概念 -## 1.1 概述 +## 1.1 普通变量和指针变量 * 根据`变量`中`存储`的`值`的`不同`,我们可以将`变量`分为两类: * `普通变量`:变量所对应的内存中存储的是`普通值`。 @@ -10,6 +10,8 @@ ![](./assets/1.png) +1.2 普通变量 + > [!NOTE] > > 普通变量和指针变量的相同点: