COURSE OUTLINE
Week-01: Introduction to Computer and Programming Fundamentals
Week-02: Introduction to C++
Week-03: Control structures - IF-ELSE structure exercises
Week-04: Control structures - Switch statement exercise
Week-05: Repetition Structures - FOR loop exercises
Week-06: Repetition Structures - FOR loop exercises, break and continue statement
Week-07: Repetition Structures - Do While l...
COURSE OUTLINE
Week-01: Introduction to Computer and Programming Fundamentals
Week-02: Introduction to C++
Week-03: Control structures - IF-ELSE structure exercises
Week-04: Control structures - Switch statement exercise
Week-05: Repetition Structures - FOR loop exercises
Week-06: Repetition Structures - FOR loop exercises, break and continue statement
Week-07: Repetition Structures - Do While loop exercises
Week-8: Repetition Structures - While loop exercises
Week-09: Introduction to Functions
Week-10: Function Overloading
Week-11: Introduction to Arrays - Single dimension array exercises
Week-12: Introduction to Arrays - Double dimension array exercises
Week-13: Sorting and Searching for an Array
Week-14:Introduction to pointers - call by reference
Week-15: Introduction to pointers and Character Array(strings)
Week-16: Pointer array