filmov
tv
Accessing 2D array using pointers.

Показать описание
Following function prototypes are used to access elements
(a) void scanElements(int *p)
(b) void printElements()
(c) void printElements(int *p)
(a) void scanElements(int *p)
(b) void printElements()
(c) void printElements(int *p)