prev up next   top/contents search

comp.lang.c FAQ list · Question 1.19

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.


prev up next   contents search
about this FAQ list   about eskimo   search   feedback   copyright

Hosted by Eskimo North