Kizspy | Question: 41
(Choose 1 answer)
ROOVER LOW, LOW
In C#, what is the difference between value types and reference types?
A. Value types are stored on the heap, while reference types are stored on the stack.
B. Value types directly contain their data, while reference types contain a reference to their data.
C. Value types are used only for numeric data, while reference types can represent any data.
D. There is no difference; the terms are interchangeable in C# programming.