Computer Science, asked by shahidGhazi, 3 months ago

Each elements of array has its own. which one of the following options 1 index 2 pointer​

Answers

Answered by sattus222
1

Answer:

In this program, we have a pointer ptr that points to the 0th element of the array. Similarly, we can also declare a pointer that can point to whole array instead of only one element of the array. This pointer is useful when talking about multidimensional arrays.

Answered by Killer6768
1

Answer:

2. Pointer

Explanation:

pls mark me as brainliest

Similar questions