Week - 1 |
Stages of Computer Problem Solving, Algorithm Development and Flow Diagrams. |
Week - 2 |
Algorithm Creation Examples, Introduction to C Programming Language |
Week - 3 |
Data Types, Variables and Constants |
Week - 4 |
Operators |
Week - 5 |
Basic Input/Output Functions |
Week - 6 |
Comparison Idioms |
Week - 7 |
Loops, Changing the Loop Flow with break and continue statements, Nested Loops, Infinite Loops. |
Week - 8 |
For and While Loop Applications |
Week - 9 |
Functions |
Week - 10 |
Arrays, One Dimensional Arrays, Applications. |
Week - 11 |
Two Dimensional Arrays, Applications. |
Week - 12 |
Pointer Concept |
Week - 13 |
File Management in C, Opening a File, Processing a File, Closing a File, Saving Information to a File, Reading Information from a File, Applications. |
Week - 14 |
Applications |