Q: I can't get strcat to work. I tried
char *s1 = "Hello, "; char *s2 = "world!"; char *s3 = strcat(s1, s2);
A: See question 7.2.
Hosted by