Section outline


  • Aims/Rationale: To teach the students about C programming basics so that they can apply this knowledge in their academic and professional fields.

    Learning Outcomes: At the end of the session participant will be able to :

    • Understand the basics of C programming
    • Able to write the structure of the C language.
    • Write the first program in C

    Lecture Contents:

    • Structure of a C program
    • The first program in C
    • The main function
    • The Build process of C
    • Steps in learning C
    • How to install and compile C
    • Library functions, Stdio.h, conio.h
    • C program writing and output observation.