Which of the following is true, according to the .NET programming language?
i. Reference type variables are stored in the heap.
ii. Value type variables are stored in the stack.
iii. In unboxing, a value type is converted to object type.
1
only i
2
only i and ii
3
only ii and iii
4
all are true