Computer Science, asked by Brayant3968, 4 months ago

How array and pointer are realated? Explain with the help of suitable diagram

Answers

Answered by s15129apurnachand171
0

Answer:

An array is represented by a variable that is associated with the address of its first storage location. A pointer is also the address of a storage location with a defined type, so D permits the use of the array [ ] index notation with both pointer variables and array variables.

sorry I can’t draw properly

Similar questions