CLearn/Chapter_4/README.md

9 lines
259 B
Markdown

# 本章介绍的内容
- 函数:`strlen()`
- 关键字: `const`
- 字符串
- 如何创建、存储字符串
- 如何使用 `strlen()` 函数获取字符串的长度
- 用 C 预处理器指令 `#define` 和 ANSIC 的 `const` 修饰符创建符号常量