I've just started learning C and am having some trouble.

Lets say you have these two strings.

char a [5] = "abcd";
char b [3] = "zz";

I want to use strcpy() and strcat() to change b into...