Programming Languages
C#
Objective
Mar 08, 2013
Which of the following statements is correct about the C#.NET code ?
enum color : byte
{
red = 500,
green = 1000,
blue = 1500
}
Detailed Explanation
Option B is the right answer.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts