Message-ID: <005501c0c65b$7bd2ccb0$6600a8c0@mars> From: "Johan Henriksson" To: References: <6LrC6.86$3r6 DOT 56986 AT sapphire DOT mtt DOT net> Subject: Re: which is more efficient? Date: Mon, 16 Apr 2001 11:56:17 +0200 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com > Can anyone explain which of these array of strings is more efficient? and > Why? > char * cities Ptr [3] = { "Sydney" , "Turo" , "Halifax" }; > or > char * cities [3][2] = { "Sydney " , "Turo" , "Halifax" }; Ptr??? Isn't that some old 16-bit thingy??