Home »
MCQs »
C++ MCQs
In C++, the Array name denotes?
119. In C++, the Array name denotes?
- The base address of the array
- The first value of the array
- Last value of the array
- None of the above
Answer: A) The base address of the array
Explanation:
Array name denotes the base address of the array.