Respuesta :

Answer:

View Image

Explanation:

Import string.h to use strcat().

Create a buffer to store user input and the returned string value.

You need to return a string so the function must be a pointer of type char.

You need to use the function strcat() to concatenate the two strings together. It's not easy as python where you can just add strings together.

Ver imagen GrandNecro
Ver imagen GrandNecro