Computer Science, asked by Anonymous, 6 months ago

explain the relationship between array and pointers in c++​

Answers

Answered by prskoranga
2

Answer:

Array and pointers are closely related to each other. In C++, the name of an array is considered às a pointer, i.e., the name of an array contains the address of an element. C++ considers the array name as the address of the first element.

Answered by Anonymous
1

Answer:

Answer:

Array and pointers are closely related to each other. In C++, the name of an array is considered às a pointer, i.e., the name of an array contains the address of an element. C++ considers the array name as the address of the first element.

Similar questions