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