Newsgroups: comp.lang.c Path: utzoo!henry From: henry@utzoo.uucp (Henry Spencer) Subject: Re: Caution for those considering MSC 5.0 Message-ID: <1988Feb22.192916.18534@utzoo.uucp> Organization: U of Toronto Zoology References: <11754@brl-adm.ARPA>, <620@viper.Lynx.MN.Org> Date: Mon, 22-Feb-88 19:29:12 EST > >... isn't all global data implicitly > >initialized to zero if not otherwise specified? > > It's true on "many", but not all systems... This is like saying that 2+2 == 4 is true on many but not all systems. 2+2 == 4 and implicit initialization of globals to zero are both guaranteed facts in correct implementations of C. Your own environment will determine how interested you are in buying and using incorrect implementations. Personally I think it's a waste of money and time.