1. 0 false 0
  2. 0 true 0
  3. 0 0 0
  4. Compile error - static variable must be initialized before use.
  5. None of these

Share with your friends
AhmedNazir

Call

Answer: Option 1

Global and static variable need not be initialized before use. Default value of global and static int variable is zero. Default value of boolean variable is false. Remember local variable must be initialized before use.

Talk Doctor Online in Bissoy App