For the following value-of an array, I can do:
array[i][j][k]; *(*(*(array+i)+j)+k);
However, I\'m having a tougher time trying to get the addres