Computer Science, asked by jhavaibhav038, 5 months ago

what is the initial value of Boolean data types​

Answers

Answered by Anonymous
1

Answer:

A boolean data type is declared with the bool keyword and can only take the values true or false . When the value is returned, true = 1 and false = 0

Explanation:

mark me as a brainlist

Similar questions