zl程序教程

您现在的位置是:首页 >  后端

当前栏目

c中的变量

2023-09-27 14:20:25 时间

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