int array

From: Matthew Jakeman (m.jakeman_at_nospam.lancaster.ac.uk)
Date: 08/30/04


Date: Mon, 30 Aug 2004 14:43:55 +0100

Hi, if i define an int array globally as follows :

int test[] ;

Is it possible to set the size of this array inside a function later in the
code ?

TIA
Matt