From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Quiz: array declarations Date: Wed, 06 Oct 1999 20:55:00 -0500 Organization: CRL Network Services Lines: 7 Message-ID: <37FBFD74.3DC99CA7@a.crl.com> NNTP-Posting-Host: a116018.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Quickly, without looking it up in K&R, will the following compile: int a[] = {1, 2, 3, }; ? -- Weiqi Gao weiqigao AT a DOT crl DOT com