Home »
MCQs »
C# MCQs
A C# pointer is used to store the ___ of another type
92. A C# pointer is used to store the ___ of another type.
- Value
- Memory address
- Size of the type
- Reference of the variable
Answer: B) Memory address
Explanation:
A C# pointer is used to store the memory address of another type.