course
CSC 215: Procedural Programming with C
The course introduces the procedural programming paradigm. Brief history of C. The C program structure. The primitive data types, variables and constants. The basic operators and their priorities: arithmetic operators, logical operators and access operators. Boolean expressions and control structures. Procedures and parameter passing. User defined types. The usefulness of make files. The pre-processor directives and their use in a C program.