Computer Science, asked by sakshimuktagmailcom, 9 months ago

explain the concept of pointer to array​

Answers

Answered by architasahu
0

Answer:

Pointer and Arrays in C. When an array is declared, compiler allocates sufficient amount of memory to contain all the elements of the array. Base address i.e address of the first element of the array is also allocated by the compiler. ... We can also declare a pointer of type int to point to the array arr .

hope it helps you

please mark this answer as brainliest answer

thank you

Similar questions