redeclaring in middle of body

Ranjan S Muttiah muttiah at stable.ecn.purdue.edu
Sat Feb 9 05:04:43 AEST 1991


In C is it possible for me to do the following:
	main()
	{
	int array[10];

	body of program;

	redimension array. Ex., int array[50];

	body of program cont'd.
	}

So far, I have got syntax errors when I do that.

Thanks.  Please email if possible.



More information about the Comp.lang.c mailing list