&object;
#include<iostream> using namespace std; int main() { int a; a = 5; cout << &a << endl; //& shows the pointers address }