Welcome to the Course
  • Welcome to the Course
Acknowledgments
  • Thanking Message
Introduction
  • Introduction
  • Choosing IDE
  • VS Code Setup
  • C++ Basics
  • Your First Code
  • Assignment Ques: Part 1
Expressions
  • Datatypes
  • Variables(Local/Global)
  • Primitive Built In data types
  • Data types
  • Type Modifiers in C++
  • Type Modifiers in C++ Hands-on-session
  • Type Modifiers in C++
  • Operators and Precedence
  • Arithmetic Operator & Hands-on-session
  • Operators and Precedence
  • Logical Operators & Hands-on-session
  • Relational Operators & Hands-on-session
  • Bitwise Operators & 1's, 2's Complement
  • Assignment & Miscellaneous Operators
Statements
  • Conditional Statements
  • If-else ladder, Nested if statements & Hands-on-session
  • Assignment 3a
  • Switch Case & Hands-on-session
  • Loops
  • While Loop
  • for loop
  • do-while loop
  • Assignment 3b
  • Jump statements(goto/break/continue)
  • Assignment 3c
  • Looping statements