After class exercises

Here are some exercises for toning your C muscles. NOTE: In the below text:

 #define IF_WRONG_CORRECT_IT "Is there something wrong with this code? How would you correct it?"

Structures

Linked List

An excellent set of exercise problems can be found at Stanford linked list problems. If you can, attempt all the problems there. Its an excellent guide to brush up and improve your linked list skills. If you cannot offord time to solve everything, here is a basic list of must-do problems.