Multidimensional Arrays | Three Dimensional Arrays (3D) in C using pointer notation |

preview_player
Показать описание
subscript versus pointer notation of 3D arrays explained
relate A[I][J][K] to pointer notation
explained how to get the addresses of each element using pointers
explained how to dereference the address and obtain the value stored at that location
explained the array block starting address and showed the next block starting address
Рекомендации по теме