This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 目录说明
#### day4: C 语言基础语句,关键字,数据类型(ASCII 码表),进制转换
#### day5: 运算符(注意优先级),流程控制
#### day6: 数组,函数
#### day7: 变量存储空间,预处理(头文件,宏,选择性编译),拓展(排序,递归)
#### day8: 静态库,动态库,指针
#### day9: 指针高级
#### day10: 数组指针,函数与指针,动态内存申请
#### day11: 动态内存申请,内存泄漏,字符串处理函数
#### day12: 字符串处理函数,const,结构体