Exercise on building a linked list in C

  1. Which way round does the example given cause items to be printed out?

  2. Modify it to store items so that they are printed out in the reverse order to this.

Answers to these questions.


Back to note on linked lists.