Computer Science, asked by pmahammadrafiukd, 1 year ago

different between arrays and pointers​

Answers

Answered by Anonymous
1

Hope it's helpful ✌️

# nightingale ❣️

Attachments:
Answered by bn73gupta
0

Answer:

An array is a collection of elements of similar data type whereas the pointer is a variable that stores the address of another variable. An array size decides the number of variables it can store whereas; a pointer variable can store the address of only one variable in it.

Explanation:

Similar questions