靜態局部變數
It's some kind of local variable.
but it's value will not disappear when function end.
It store in memory when program start execute.
ex.
static int asd = 100;
but it's value will not disappear when function end.
It store in memory when program start execute.
ex.
static int asd = 100;
留言
張貼留言