Yes, by holding the base address of array into a pointer, we can access the array using a pointer.
Riya Answered question July 6, 2023
Yes, you can access an array using a pointer in the C language. In fact, in C, the name of an array is a constant pointer to its first element.
Riya Answered question July 6, 2023
