In C++, the Array name denotes?

119. In C++, the Array name denotes?

  1. The base address of the array
  2. The first value of the array
  3. Last value of the array
  4. None of the above

Answer: A) The base address of the array

Explanation:

Array name denotes the base address of the array.

Comments and Discussions!

Load comments ↻






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