What do you mean by value type and reference type? Give an example for each.
Marks: 5
Year: 2021 Final TU
Value Type Definition: A value type stores its actual data directly in memory. When a value type variable is assigned to another variable, a copy of the value is created. Key Points: - Stored in s