Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site vaxine.UUCP Path: utzoo!linus!vaxine!ptw From: ptw@vaxine.UUCP (P. Tucker Withington) Newsgroups: net.lang.c Subject: Re: Array Initialization - (nf) Message-ID: <243@vaxine.UUCP> Date: Thu, 7-Jul-83 14:22:54 EDT Article-I.D.: vaxine.243 Posted: Thu Jul 7 14:22:54 1983 Date-Received: Thu, 7-Jul-83 18:56:23 EDT References: <278@5941ux.UUCP> Organization: Automatix Inc., Billerica, MA Lines: 8 K&R p. 198 says statics and externals are guaranteed to be "uninitialized" to zero; automatic and register are guaranteed to be "uninitialized" to garbage. Since this is supposed to be the "standard"... --Tucker (ptw@vaxine.UUCP)