For example, if you had 4 bools in a row, that could also be 1 byte..
On Wed, Oct 31, 2012 at 11:08 AM, Raghavendra <raghavendra.rao@xxxxxxxxxxxxxxxx> wrote:
On Wed, Oct 31, 2012 at 8:52 PM, Alexander Gataric <gataric@xxxxxxx> wrote:
What is the data physically stored as for boolean type? I know that it is one byte but is it char, int, or something else?False represented by zero bytes and True by 1 byte with value 1.