Concatenates str_2, including the terminating null character, to the end of str_1. Format #include <string.h> char *strcat (char *str_1, const char *str_2);