Let's jump start this
  • Welcome to the course
  • Introduction to C Language
  • Basic syntax of C Language
  • Input/Output in C language
C Editors and Environment setup
  • Install Dev C++ (Windows)
  • Create your first program
Variables
  • What are Variables
  • Rules to name a variable in C
Datatypes
  • Integer Datatype
  • Character Datatype
  • Float and Double Datatype
  • Type Conversion
Operators
  • Arithmetic Operators
  • Increment and Decrement Operators
  • Assignment Operators
  • Relational Operators
  • Logical Operators