What is Boolean Logic ?

The bool type represent Boolean logical quantities. The possible values of type bool are true or false.
No standard conversion exist between bool and other types. In particular, the bool type is distinct and separate from the integral types, and a bool value cannot be used in place of integral value, and vice versa.

No comments:

Post a Comment