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.