INTRODUCTION !
  • History of C Programming Language
  • Features and Applications of C Programming Language
  • Structure of a Basic C Program
  • Installing a CodeBlocks Compiler .
  • Installing DEV C++ compiler
  • Installing a Turbo C++ Compiler
  • Which compiler to choose
  • First C Program " Hello World ! " .
  • Hello World Lab code
  • Compilation & Execution Process in Details PART I
  • Compilation & Execution Process in Details PART II
  • Join the facebook group for any problem !
  • History and Development of C Programming Language !
Variable , Constatnts , Data types & Character set !
  • Character Set & Keywords in C
  • Variables & Constants in C
  • Data Types in C
  • Format Specifiers in C
  • Instruction Types in C
  • Variable , Constants and Data types
Hierarchy , associativity of Operators , Algorithms !
  • Operators in C
  • Hierarchy & Associativity of Operators .
  • Exercise
  • Let's Convert an Algebric expression into C expression .
  • Exercise
  • understanding printf() & scanf()
  • Lab code used to demonstrate printf() and scanf()
  • Calculate Square
  • Exercise
  • Calculate Simple interest
  • Exercise
  • Escape sequence characters in C
  • Algorithms & Flowcharts in C .
  • Lab code used in Algorithm
  • Learn to Hand Run a Program !
  • Hierarchy , associativity of operators , Algorithms and flowchart
Decision Making & Branching !
  • Decision Making & Branching
  • IF statement
  • IF statement Lab code
  • Exercise
  • Multiple If statement
  • Multiple if statement Lab code
  • Exercise
  • IF else statement
  • IF else statement Lab code
  • Exercise
  • Else if ladder
  • Else if ladder Lab code
  • Exercise
  • Nested if else
  • Nested if else Lab code
  • Exercise
  • Conditional Operator !
  • Conditional Operator Lab code
  • Exercise
  • Switch statement in c
  • Switch statement Lab code
  • Exercise
  • Decision making and branching
Loop control structure !
  • What are Loops ?
  • The While statement
  • The While statement Lab code
  • Exercise
  • The Do While statement
  • Exercise
  • The For Loop statement
  • The For Loop statement Lab code
  • Exercise
  • The Nested For Loop statement
  • The Nested For Loop Lab code
  • Exercise
  • The Break , Continue and goto keyword .
  • Goto Lab code
  • Exercise
  • Adding Breakpoints , watches & step over and trace into the Code
  • Loop control structure
Array !
  • What is Array ? One Dimensional Array !
  • One Dimensional Array Lab code
  • Exercise
  • Array Initialization
  • Array Initialization Lab code
  • Exercise
  • 2-Dimensional Array
  • 2-Dimensional Array Lab code
  • Exercise
  • 2-Dimensional Array Initialization
  • 2-Dimensional Array Initialization Lab code
  • Exercise
  • Character Array
  • Character Array Lab Code
  • Array
Pointer !
  • Pointer Basics
  • Pointer Lab code
  • Pointer to Pointer