COP 4600 - Discussion 3

Introduction to C Programming-3

Exercises

Every week at the end of discussion exercises will be given. You will have to submit them at the beginning of the next discussion on paper.

These may possibly count as bonus credit at the end of the semester, so try to do them.

  1. Exercise 1: Linked Lists (Update: Solution here)>

    Using the "node" struct defined earlier, define a set of methods which would allow you to modify and work with a linked list of int type. Create these methods:


Previous