Computer Science, asked by Roopashree31, 10 months ago


1. What are the types of References. Explain them

Answers

Answered by harshit123456789034
0

Explanation:

We have learned about the data types in the previous section. In C#, these data types are categorized based on how they store their value in the memory. C# includes following categories of data types:

Value type

Reference type

Pointer type

Here, we will learn about value types and reference types.

Value Type:

A data type is a value type if it holds a data value within its own memory space. It means variables of these data types directly contain their values.

Similar questions