Answers for "Pointer of 2D array"

0

Pointer of 2D array

*(arr + i)  -  arr[i]  -  Base address of ith 1-D array -> Points to 0th element of ith 1-D array
Posted by: Guest on April-19-2021

Browse Popular Code Answers by Language