Difference between value and reference type?
Shubraj
1. Value Type directly contains the value where Reference Type contains the reference of the memory location where the actual value is stored. 2. Value types are stored in the stack memory but Reference types are stored in the heap memory.