Which statement is/are true about Enum?

 Posted by vishalneeraj-24503 on 1/2/2015 | Category: Visual Studio Interview questions | Views: 7048 | Points: 40
Select from following answers:
  1. The Enum keyword is used to declare an enumeration.
  2. By default,the first enumerator has the value 0.
  3. An enum can also be nested within a class or struct.
  4. Usually it is best to define an enum directly within a namespace so that all classes in the namespace can access it with equal convenience.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response