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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board