This repository contains program that demonstrates the use of pointers in 2-D arrays.
The file PointersInArrays.cpp make use of following operators:
1) Reference Operator (&)
2) Dereference Operator (*)
Just check and run the program, since it is quite easy to understand.