Computer Science, asked by shaikheffatm7, 8 months ago

Boolean data types.....​

Answers

Answered by tusharraj77123
4

Answer:

In computer science, the Boolean data type is a data type that has one of two possible values which is intended to represent the two truth values of logic and Boolean algebra. It is named after George Boole, who first defined an algebraic system of logic in the mid 19th century. 

HOPE IT HELPS YOU

Answered by Anonymous
3

The BOOLEAN data type stores TRUE or FALSE data values as a single byte. You can compare two BOOLEAN values to test for equality or inequality. You can also compare a BOOLEAN value to the Boolean literals ' t ' and ' f '.

Similar questions