#include using namespace std; int main() { int x, y; int *p1; int *p2; cout <<"address of x:"<<(long)&x<