which statement is used to assign values to the memory locations?
Answers
Answered by
5
Answer:
Unlike value types, a reference type doesn't store its value directly. Instead, it stores the address where the value is being stored. In other words, a reference type contains a pointer to another memory location that holds the data.
Similar questions