in stack: int a;
in heap: int* pa = new int;
global: int a; (not in a function)
local static: static int a;
近期评论