Is there any difference between && and & with bool(s)?
The standard guarantees that false converts to zero and true converts to one as integers: 4.7 Integral conversions … If the destination type is bool, see 4.12. If the source type is bool, the value false is converted to zero and the value true is converted to one. So the effect in the example you … Read more