Uses of Pointers(lies in Stack memory)-
1)Accessing Heap memory(use malloc to access Heap mem)
2)Accessing other external Resources
3)Parameter Passing
REFERANCE IS AN ALIAS GIVEN TO A VARIABLE (USE & OF REFERENCING) //Used in C++ only
Array cant be passed as CALL BY VALUE but only by CALL BY ADDRESS in parameter passing