

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about datatypes in C#.NET? 1.Every datatype is either a value type or a reference type. 2.Value types are always created on the heap. 3.Reference types are always created on the stack. 4. |
A. | 2, 5 |
B. | 1, 3 |
C. | 3, 4 |
D. | 1, 4 |
Answer» E. | |