Skip to main content

Module 1 : Introduction to C

Learning Objectives

By the end of this module, students will be able to:

- Understand the fundamental differences between Python and C programming languages

- Implement basic input/output operations in C

- Declare and use variables with appropriate data types

- Apply arithmetic operators in C expressions

- Design and implement flow control structures (conditionals and loops)

- Transition effectively from Python syntax to C syntax