Bit Addressable Architectures

Lou Major major at eleazar.Dartmouth.EDU
Wed Apr 13 11:08:08 AEST 1988


*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)



More information about the Comp.lang.c mailing list