Exercise on building a linked list in C
- Which way round does the example given cause items to be printed out?
- 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.