MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct output for given set of 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» E. | |