#include "iostream.h" #include"string.h" void _tmain(void) { char str1[]={"Tsinghua"}; char str2[]={"Computer"}; cout<<strcpy(str1,str2)<<endl; }