Programming Languages C# Objective
Mar 07, 2013

Which statements is correct about an enum used in C#.NET?

 

Choose the correct answer:
A) enum is a reference type.
B) Whether it a value type or a reference type depends upon size.
C) enum is a value type.
D) Whether it a value type or a reference type depends upon a Project Setting made in Visual Stiiclio.NET.
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback