CPP

C++ Boolean Data Types

A boolean data type is declared with the bool keyword and can only take the values true or false.