I am trying to understand how a pointer to an array works. A code snippet;
#include int main() { int arr[3] = { 0 , 8 ,10 }; int (*pt