Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!noose.ecn.purdue.edu!stable.ecn.purdue.edu!muttiah From: muttiah@stable.ecn.purdue.edu (Ranjan S Muttiah) Newsgroups: comp.lang.c Subject: redeclaring in middle of body Message-ID: <1991Feb8.180443.22477@noose.ecn.purdue.edu> Date: 8 Feb 91 18:04:43 GMT Sender: root@noose.ecn.purdue.edu (ECN System Management) Organization: Purdue University Engineering Computer Network Lines: 16 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.