Answer :
A variable that is linked to the address of an array's first storage location serves as its representation. D allows the use of the array [] index notation with both pointer variables and array variables since a pointer is also the address of a storage place with a defined type.
With the pointer notation, how is the second element of an array accessed?
We must add 1 to the array's first row in order to access the second element: (Matrix[0] plus 1) The address of the first member of the array's first row is returned by the expression matrix[0].
How do pointers and arrays interact in C++?
Pointers are variables in C++ that store the addresses of other variables. Additionally.
To know more about array visit:-
https://brainly.com/question/19570024
#SPJ4