堆栈是在运行时还是编译时分配的? 例:
void main() { int x; scanf("%d", &x); int arr[x]; }
c stack-memory
c ×1
stack-memory ×1