Name: Anonymous 2006-03-08 10:49
I'm just starting learning C, and I need some help with an array
char moo[500] would be one byte per element right?
int moo[500] would be two or four bytes per element or whatever.
But is there an easy way to have an array of bits? So its 1 bit per element?
char moo[500] would be one byte per element right?
int moo[500] would be two or four bytes per element or whatever.
But is there an easy way to have an array of bits? So its 1 bit per element?