From 0296bb9f733739d25c38c091353262ad67dc9c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=A4=A7=E4=BB=99?= <1900919313@qq.com> Date: Tue, 22 Oct 2024 02:50:17 +0000 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B410=E6=9C=8822=E6=97=A5=2010:50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/notes/01_c-basic/06_xdx/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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] > > 普通变量和指针变量的相同点: