A C# pointer is used to store the ___ of another type

92. A C# pointer is used to store the ___ of another type.

  1. Value
  2. Memory address
  3. Size of the type
  4. Reference of the variable

Answer: B) Memory address

Explanation:

A C# pointer is used to store the memory address of another type.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.