Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!athena.mit.edu!yphotons From: yphotons@athena.mit.edu (Sun Warrior) Newsgroups: comp.lang.c Subject: Re: C Message-ID: <9501@bloom-beacon.MIT.EDU> Date: 28 Feb 89 04:57:45 GMT References: <1256@dukeac.UUCP> <9743@smoke.BRL.MIL> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: yphotons@athena.mit.edu (Sun Warrior) Organization: Massachusetts Institute of Technology Lines: 11 I would like to know how to set an array (float) to a certain size normally I would have done it like this float array [size] but the thing is I would first like to be able to type in the size and then set the array . I tried this by using scanf statement and then the float but that did not work. help yphotons@athena.mit.edu