Answer to Question 26B-6

It causes a compile error because it is asked to concatenate "legs" onto the end of "frog", which is a constant array.

Strcat does not allocate memory.

The standards for this course require you not to use the value returned by strcat.