♦ C++ Booleans
♣ About C++ Booleans
Boolean data type is used to store true/false.Boolean data type is extensively used in flow-control.
♣ Example1: C++ Booleans
In this example, Boolean data type is illustrated. Example
Input:
Output: