Section outline
-
Aims/Rationale: To teach the students about C programming control statements so that they can apply this knowledge in their class, exam and assignments.
Learning Outcomes: At the end of the session participant will be able to :
- Understand Decision, Selection and Repetition Control Statements.
- Solve practical problems using control structure.
- Write C program based on real life problems.
Lecture Contents:
Decision Control Statement(if statement, if with else, nested ifs, Ladder if)
- Selection Statement (Switch-Case Structure)
- Repetition/ Loop statement ( while loop, for loop, do-while loop, break statement )
- Nested control statements.
- Program writing using control structures.