MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is correct about an enum used in C#.NET? |
| A. | enum is a reference type. |
| B. | enum is a value type. |
| C. | Whether it a value type or a reference type depends upon size. |
| D. | Whether it a value type or a reference type depends upon a Project Setting made in Visual Stiiclio.NET. |
| Answer» C. Whether it a value type or a reference type depends upon size. | |