A

Admin • 802.91K Points
Coach

Q. What is the default value of the first member in an enum?

  • (A) 1
  • (B) 0
  • (C) Depends on compiler
  • (D) -1
  • Correct Answer - Option(B)
  • Views: 3
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
By default, the first member of an enum is assigned 0.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.