#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;
}
main()
{
int A=5,*pA; int B=8,*pB;
pA=&A;pB=&B;
pA=pB;B=A**pA;
cout<<A<<endl<<B;
}
© 2010 WAJIB BERSYUKUR - All Rights Reserved
By Template Blogger - Converted by Belajar SEO Blogspot And Portal Berita
{ 0 komentar... Views All / Send Comment! }
Posting Komentar