In C#, the objects created using new operator are stored in ___

86. In C#, the objects created using new operator are stored in ___.

  1. Cache Memory
  2. Stack Memory
  3. Heap Memory
  4. None of the above

Answer: C) Heap Memory

Explanation:

In C#, the objects created using new operator are stored in Heap Memory.

Comments and Discussions!

Load comments ↻






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