Message-ID: <007501bf1070$10ab3320$0100a8c0@pcpablo> From: "Pablo M. Dotro" To: References: <37FBFD74 DOT 3DC99CA7 AT a DOT crl DOT com> Subject: Re: Quiz: array declarations Date: Thu, 7 Oct 1999 00:00:07 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Reply-To: djgpp AT delorie DOT com It should compile ok AFAIK.... Pablo M. Dotro pyd AT sion DOT com pdotro AT USSEnterprise DOT com pdotro AT labs DOT df DOT uba DOT ar ICQ#: 18144918 http://www.usuarios.sion.com/abismo ----- BEGIN GEEK CODE BLOCK ----- Version 3.12 GCS/S/IT/CM d- s: a22 c++$ UL P+ E W++ N++ o K- w O? M V? PS PE- Y+ PGP>+ t++ 5+ X+ R+>+++ tv b++ DI? D++ G++ e h! r- y+ -----END GEEK CODE BLOCK ----- (para decodificar, visite www.geekcode.com) ----- Original Message ----- From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp To: Sent: Wednesday, October 06, 1999 10:55 PM Subject: Quiz: array declarations > 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