Which of the following pointers can be used to manipulate the whole array My_Arr[x][y][z] of size ?
A simple pointer
A pointer to the simple pointer
A pointer to the pointer to the simple pointer
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
You can use;
Hence only the 3 r d given pointer can be used to manipulate My_Arr[x][y][z] .