If we create an array 'Arr', which is the correct way to access the first element of the array?

120. If we create an array "Arr", which is the correct way to access the first element of the array?

  1. Arr[0]
  2. 0[Arr]
  3. *(Arr+0)
  4. All the above

Answer: D) All the above

Explanation:

All the given options are the correct way to access the first element of the array.

Comments and Discussions!

Load comments ↻






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