lets say I have **array[x][y];
where x and y are other pointers *x and *y.
if that's possible. I want to know how I would use a double pointer array to access the values in it or to pass them to another variable or array. The thing with the double pointers is really confusing in C.