//07_Pointer //parc_03 //wap to print Address of the varable #include #include void main() { int i=3; int *j; j=&i; clrscr(); cout<<"\n Address of i="<<&i; cout<<"\n Address of i="<