strcat() has undefined behaviour if passed a null pointer. So, if the only observable difference between mystrcat() and strcat() is in what happens when they are passed a null pointer, they are...