MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about an enum used inC#.NET? 1.By default the first enumerator has the value equal to the number of elements present in the list. 2.The value of each successive enumerator is decreased by 1. |
| A. | 3, 4 |
| B. | 1, 2 |
| C. | 1, 4 |
| D. | 4, 5 |
| Answer» C. 1, 4 | |