What is boolean datatype? The Boolean type represents the values true and false. Although only two values are possible, they are rarely implemented as a single binary digit for efficiency reasons. Many programming languages do not have an explicit Boolean type, instead interpreting (for instance) 0 as false and other values as true. Boolean data simply refers to the logical structure of how the language is interpreted to the machine language. In this case a Boolean 0 refers to the logic False. True is always a non zero, especially a one which is known as Boolean 1. #wikipedia #boolean #datatype - Study24x7
Social learning Network
18 followers study24x7 14 Jan 2019 10:59 AM study24x7 study24x7

What is boolean datatype? The Boolean type represents the values true and false. Although only two values are possible, they are rarely implemented as a single binary digit for efficiency reasons. Many programming languages do not have an explicit Boolean type, instead interpreti...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles