This video illustrates the following contents.
a) Pointer Operators
https://github.com/brightgeevarghese/Programming_C/blob/master/pointerOperators.c
b) Store address and access data through address
https://github.com/brightgeevarghese/Programming_C/blob/master/pointerUsage.c
c) Pointer to Pointer
https://github.com/brightgeevarghese/Programming_C/blob/master/PointerToPointer.c