//07_Pointer //parc_02 //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="<