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