Vidyalelo
C# Programming · Q203

Classes and Objects in C Sharp

Programming · C# Programming · question 203

Q203

What will be the output of the following C# code? enum per a, b, c, d, per.a = 10; Console.writeline(per.b);

A.
11
B.
1
C.
2
D.
compile time error
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board