Why pointer variable and array varriable are equal
Answers
Answered by
0
There is a basic difference between a pointer and an array that is, an array is a collection of variables of similar data type whereas the pointer is a variable that stores the address of another variable.
Similar questions