是否可以准确地说出来
void f() { int x; ... }
" int x;"表示sizeof(int)在堆栈上分配字节?
int x;
sizeof(int)
那有什么规格吗?
c
c ×1