存储期:automatic、static、thread 与 allocated | C语言
本章覆盖:automatic storage duration;static storage duration;thread storage duration 的标准概念;allocated storage duration;对象生命周期 lifetime;静态存储期对象的零初始化;标准存储期与“栈/堆”实现术语的区别。
本章知识点
- automatic storage duration
- static storage duration
- thread storage duration 的标准概念
- allocated storage duration
- 对象生命周期 lifetime
- 静态存储期对象的零初始化
- 标准存储期与“栈/堆”实现术语的区别