Computer Science, asked by progamingyt180, 1 month ago

which statement is used to assign values to the memory locations?​

Answers

Answered by Anonymous
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