What is the default value of boolean type data ?(a) null
(b) true
(c) false
(d) 0
Answers
Answered by
1
According to the computer language JAVA, the default value of the boolean data type is FALSE.
But it has a different value in the C++ computer programming language.
Basically, in C++ the boolean data type does not contain a value rather it has a garbage value. The same is not applicable in JAVA.
Answered by
3
Holla ^_^
☸ Required Answer is ⬇⬇ ⬇⬇ ⬇
⭕ c). false
Vielen Dank ♥
☸ Required Answer is ⬇⬇ ⬇⬇ ⬇
⭕ c). false
Vielen Dank ♥
Similar questions