Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!cs.utexas.edu!uunet!microsoft!paulc From: paulc@microsoft.UUCP (Paul Canniff 2/1011) Newsgroups: comp.lang.c Subject: Re: Correction, a[33] Message-ID: <5821@microsoft.UUCP> Date: 26 May 89 18:23:42 GMT References: <5819@microsoft.UUCP> Reply-To: paulc@microsoft.UUCP (Paul Canniff 2/1011) Distribution: usa Organization: Microsoft Corp., Redmond WA Lines: 25 In article <5819@microsoft.UUCP> t-iaind@microsoft.UUCP (Iain Davidson) writes: > >Something that went un-noticed in a few messages: >char a[33] >is not an array of 33*sizeof (int) but really 34 slots !!!!! >Remember C is start base 0 not 1. >0..33 = 34 slots of int's. >char a[9] holds 10 characters !!!! >(mistake me if I'm wrong, as i'm sure you will.... via flame-mail :) I have sent the requested flame-mail. I, along with his employer and probably all his friends, appreciate his disclaimer. Please ignore the above posting. Thank you. -------------- I also have a wonderful disclaimer that absolves Microsoft from all my actions and vice-versa, but this is so much nicer and lets me send the above short reply in spite of the mailer's stupid line-counting. Phew!