Objectives:As we know that the variables are the place holders for different types 
    of data, must be stored somewhere in the computer (as a memory) that would 
    be accessible by the compiler. In C++ "&" operator provides the memory 
    location. Below is an example of displaying, data type and addresses 
		(physical location) of those data.