About the Course
C and C++ are two powerful, general-purpose programming languages developed at Bell Laboratories, with C++ created as an extension of C. While sharing a similar syntax and core structure, the main distinction lies in their programming paradigms: C is a procedural language, and C++ is a multi-paradigm language that adds object-oriented programming (OOP) features.
-
Programming with C
-
Course Overview -
Introduction to C programming -
Variables and Datatypes Part 1 -
Variables and Datatypes Part 2 -
Type Conversion -
Constants -
Operators and Expressions -
Control Structures -
Switch Statements -
For loops -
Nested for loop, While loop, and Do-while loop -
Arrays -
Strings -
Functions Part 1 -
Functions Part 2 -
Pointers Part 1 -
Pointers Part 2 -
Files -
Hands-on Practice Questions Part 1 -
Hands-on Practice Questions Part 2
-
-
Programming with CPP
-
Capstone Project