Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!rphroy!caen!uwm.edu!psuvax1!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Array initialization question Message-ID: <16151@smoke.brl.mil> Date: 14 May 91 19:35:33 GMT References: <43075@netnews.upenn.edu> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 7 In article <43075@netnews.upenn.edu> carey@eniac.seas.upenn.edu (Robert Carey) writes: -defining a multidimensional array of char I initialize a row using a -string which is one character longer than the row (admittedly a bad -thing to be doing - it was an accident), it inserts all the values up -to and not including the NUL byte, and does not issue a warning. That's exactly what it is supposed to do.