void main() { char* pStr1 = "Hello!"; char pStr2 = "Hello!"; change(pStr1); change(pStr2); } void change...