In article <8646 at eleazar.Dartmouth.EDU> major at eleazar.Dartmouth.EDU (Lou Major) writes: > >*ahem* > >char foo[]="This is a test."; > >sizeof (foo) == sizeof (char *) > >NOT the number of machine bytes/words those characters take up. (16, for most >typical installations) This is just plain false.