Just bought the K&R "old testament" C book and was reading along. I came to one of the exercises though and became a bit stumped. It wants you to make an implementation of strcat using pointers. Is this possible to do without using sizeof/malloc ?