Question 676: Which of the following is the correct output for the C#.NET code snippet given below?enum color
{
red,
green,
blue
}
color c;
c = color.red;
Console.WriteLine(c);
tcs
wipro
infosys
general
aptitude
enumerations
No answer description is available.Let's discuss.