Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!apple!bbn!granite!blodgett From: blodgett@granite.cr.bull.com (Bruce Blodgett) Newsgroups: comp.std.c Subject: Re: Simple questions about array declarations Message-ID: <1990Feb28.221846.25750@granite.cr.bull.com> Date: 28 Feb 90 22:18:46 GMT References: <25E833AA.15362@paris.ics.uci.edu> <12235@smoke.BRL.MIL> <16045@haddock.ima.isc.com> <12248@smoke.BRL.MIL> Organization: Bull HN Information Systems Inc. Lines: 8 In-reply-to: gwyn@smoke.BRL.MIL's message of 28 Feb 90 04:27:30 GMT To determine the reason that the declaration static int array7[]; is not allowed, ask yourself, "if this is the only declaration of array7, how many elements should the array have?" The answer, of course, is that you can't tell. That is why this is not allowed. Bruce Blodgett