Showing posts with label more than one return. Show all posts
Showing posts with label more than one return. Show all posts

January 30, 2013

Pointers in C++ (OOPs)


syntax and working of showing how pointers points to its particular value in C++ (OOPs)

Pointer is that variable which stores the memory address of another variable. It means pointer is itself a variable which stores hex-decimal address of the location.