B
Q. Select differences between reference type and value type: i. Memory allocated to ‘Value type’ is from heap and reference type is from ‘System. ValueType’ ii. Memory allocated to ‘Value type’ is from ‘System. ValueType’ and reference type is from ‘Heap’ iii. Structures, enumerated types derived from ‘System. ValueType’ are created on stack, hence known as ValueType and all ‘classes’ are reference type because values are stored on heap
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. A buffer is a block of bytes in memory used to ___________
Q. Struct’s data members are ____________ by default.
Q. Can we use linq to query against a DataTable?
Q. An instance of a value type variable is allocated memory on_______.
Discusssion
Login to discuss.