Multiple choice

What is the default value of a 'boolean' variable?

  1. 0

  2. 1

  3. True

  4. -1

  5. False

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

A boolean type can store either true or false. The default value of boolean is false.