Bit manipulation



Hi:
One question about the bit manipulation: if the code is like :

int sequence:18;

is that mean, in memory, although generally for int, it occupy 32 bits,
but now by define 18, which means the real occupancy is 18 bits?

Is that understanding right?

Thanks for any comments.


bin YE

.



Relevant Pages