Q: I don't understand why I can't use const values in initializers and array dimensions, as in
const int n = 5; int a[n];
A: See question 11.8.
Hosted by