Introduction
  • Introduction
Basic Concepts of C
  • IDE installation & writing first code in C
  • Components of a C program
  • Commonly used escape sequences (\n and \t)
  • How to write comment
  • Variables
  • Conversion Characters
  • String Terminator
  • Creating Custom Header File
  • Getting input using scanf( )
  • Math Operators
  • Assesment on 'Basic Components of C'
Control Flow Statements in C
  • if Statement
  • Nested if Statement
  • if else Statement
  • else if Statement
  • Shorthand if else
  • Code a calculator using switch case
  • Type Casting
  • Increment & Decrement Operator
  • While Loop
  • For Loop
  • Nested For Loop
  • Do While Loop
Advance Topics of C
  • strlen( ), strcat( ), strcopy( ) Functions under string.h Header File