From lliao@mercury.cis.udel.edu Tue Dec 3 08:50:22 2002 Date: Tue, 3 Dec 2002 08:49:37 -0500 (EST) From: Li Liao To: Sreedevi Sampath Subject: Re: hw5 > > in the first question > > typedef struct > { > int x; > car y; > } Rec3; > > > is the 'car y' a typo and should it be 'char y' or is it 'car y' only? Yes, it is meant to be 'char y'. Sorry for the typo. Thank you for pointing that out. Li