Computer Science, asked by ankitrsj94316, 2 months ago

How array and pointers are related? Explain with the help of suitable diagram

Answers

Answered by ltzSweetAngel
3

Answer:

Pointer Pointer is a variable used for addressing; pointer variable also stores the address of another variable. Array is collection of similar type of elements. It stores the elements in contiguous memory locations, Moreover arrays can be one dimensional 2-dimensional and multi-dimensional.

Attachments:
Similar questions