本篇文章我们只需要基本了解C语言的基础知识,对C语言有一个大概的认识。
每个知识点就是简单认识,不做详细讲解,后期文章都会细讲。
读完本篇文章的目的是让初学者能够独立读懂别人写的C语言代码,但距离写好C语言代码还需要系统深入学习。
由于本篇内容过于庞大,笔者分内容进行整理,每个内容都需要再次点击网址,望读者谅解!
初识C语言有涉及以下14个基础语法,读者可以到对应章节进行初步学习。
1.什么是C语言
2.第一个C语言程序
3.数据类型
4.变量、常量
5.字符串+转义字符+注释
6.选择语句
7.循环语句
8.函数
9.数组
10.操作符
11.常见关键字
12.define定义常量和宏
13.指针
14.结构体
一、什么是C语言
什么是C语言?_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/120898806
二、第一个C语言程序
第一个C语言程序_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/120901450
三、数据类型
浅析数据类型_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/120913075
四、变量、常量
变量、常量_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/120915373
五、字符串+转义字符+注释
字符串讲解_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/120926206常见的转义字符_Aspect of Twilight-优快云博客_转义字符
https://byte-dance.blog.youkuaiyun.com/article/details/120962615两种注释方法_Aspect of Twilight-优快云博客
https://byte-dance.blog.youkuaiyun.com/article/details/120931001
六、选择语句
初始选择语句_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/121638872
七、循环语句
初识循环语句_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/121639099
八、函数
函数的大体了解_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/120976147
九、数组
浅了解数组_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/120983788
十、操作符
简单介绍操作符_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/121648103
十一、常见关键字
常见关键字_Aspect of Twilight-优快云博客_常用关键字https://byte-dance.blog.youkuaiyun.com/article/details/121684678
十二、define定义常量和宏
十三、指针
初步了解指针_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/121686753
十四、结构体
初识结构体_Aspect of Twilight-优快云博客https://byte-dance.blog.youkuaiyun.com/article/details/122401096