Examples
//Program to demonstrate pointers and dynamic variables.
cout << "*p1 == " << *p1 << endl;
cout << "*p2 == " << *p2 << endl;
cout << "*p1 == " << *p1 << endl;
cout << "*p2 == " << *p2 << endl;
cout << "*p1 == " << *p1 << endl;
cout << "*p2 == " << *p2 << endl;