SYLLABUSE
Aims and Objectives:
- The aim of this module is to introduce the Unix operating environment and to provide students with knowledge, skills and practical experience on C programming. On completion of this module, students should be able to: design, code and test C programs in the DOS/WINDOWS, and UNIX environment.
Contents:
- Introduction: Program, Language, and C; Data types: char, int, float, double, void, conversion and casting, pointer, typedef; Constant, variables, operators, and expressions; The Preprocessor; Statements: assignment, if, while,for, do, switch, break and continue; Functions; Files and structure