1 变量类型
1.1 static
global or static
.data/.bss
1.2 automic
stack,its relevant to os kernel and compiler
1.3 dynamic
malloc()
2 life time
static as long as the program.
automic as long as the function.
synamic live until free
时间: 2024-11-25 12:18:06