1 #include <iostream> 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 int main(int argc, char** argv) { 6 char str1[]="I love CHINA!",str2[20],*p1,*p2; 7 p1=str1; 8 p2=str2; 9 for(;*p1!='