From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: Quiz: array declarations Date: Wed, 06 Oct 1999 21:56:44 -0700 Organization: Harvey Mudd College Lines: 11 Message-ID: <37FC280C.54B33D46@hmc.edu> References: <37FBFD74 DOT 3DC99CA7 AT a DOT crl DOT com> NNTP-Posting-Host: mercury.st.hmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: nntp1.interworld.net 939272244 16190 134.173.45.219 (7 Oct 1999 04:57:24 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 7 Oct 1999 04:57:24 GMT X-Mailer: Mozilla 4.61 [en] (X11; U; Linux 2.2.13pre12 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 Weiqi Gao wrote: > > Quickly, without looking it up in K&R, will the following compile: > int a[] = {1, 2, 3, }; Yes. Handy, too; it makes machine-generating initializers quite a bit simpler. -- Nate Eldredge neldredge AT hmc DOT edu