Computer Science, asked by jashanpreetgill20775, 3 months ago

what is the size of long and boolean data type​

Answers

Answered by radheshyam6441
0

Answer:

boolean 1 bit

Explanation:

it is your answer...

hopefully it is helpful to you..

Answered by Anonymous
0

Answer:

The size = 1 bit

Explanation:

In computer science, the Boolean data type is a data type that has one of two possible values (usually denoted true and false) 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. The Boolean data type is primarily associated with conditional statements, which allow different actions by changing control flow depending on whether a programmer-specified Boolean condition evaluates to true or false. It is a special case of a more general logical data type (see probabilistic logic)—logic doesn't always need to be Boolean

In computer science, a boolean data type is any data type of true or false value, yes or no value, or on or off (1 or 0) value. By default, the boolean data type is set to false. In some programming languages, such as Perl, there is no special boolean data type

The BOOLEAN data type stores TRUE or FALSE data values as a single byte. The following table shows internal and literal representations of the BOOLEAN data type. You can compare two BOOLEAN values to test for equality or inequality.

Please mark me as Brainliest!!!

Similar questions