C# pointer can only be declared to hold the memory address of ___

93. C# pointer can only be declared to hold the memory address of ___.

  1. value types and arrays
  2. reference types
  3. pointer types
  4. reference and pointer types

Answer: A) value types and arrays

Explanation:

C# pointer can only be declared to hold the memory address of value types and arrays. Unlike reference types, pointer types are not tracked by the default garbage collection mechanism.

Comments and Discussions!

Load comments ↻






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