course
CSC 215: Procedural Programming with "C"
Course Objectives
This course aims at understanding the procedural programming paradigm by introducing the following aspects of C programming:
1. Control structures and functions
2. Arrays and pointers
3. File I/O and
4. Simple data structures such as linked lists.