Do Exercise 14 from Chapter 13 of King again. This time use
pointers, malloc and free to allocate memory for your strings
instead of using arrays with a static size. Compare these two
versions. Which do you like better and why?
Do exercise 5 from Chapter 17 of King.
What does the following code do. Reason it
through and then execute it and see what happens. Do you
understand what happens?