pointer.cpp

Bookmark and Share
#include<iostream.h>

main()

{

int A=5,*pA; int B=8,*pB;

pA=&A;pB=&B;

pA=pB;B=A**pA;

cout<<A<<endl<<B;

}

{ 0 komentar... Views All / Send Comment! }

Posting Komentar

Powered By Blogger