I don\'t really understand why I can\'t have a variable size array on the stack, so something like
foo(int n) { int a[n]; }
As I underst
Because the language specification says so. Nothing else matters (and explaining with segments is terribly wrong for different reasons).