C语言提供几种存储方法,来存放在内存中的值。
基本概念: 作用域, 链接, 存储周期
五种存储类型:
automatic
register
static with external linkage
static with interanl linkage
static with no linkage
分配内存 malloc() 与 free()
C 基础 - 存储类、链接与内存管理
原文:http://www.cnblogs.com/elewei/p/7500152.html