void strCpy(char *p1,char *p2){        while (((*(p1++))=(*(p2++))))) {                    }    }