Introduction
  • turbo c++ compiler
  • First C program
  • Different programming styles
  • More on header files and ASCII values
  • Coding assignment
Decision making and branching
  • If statement
  • If else statement
  • Switch statement
  • Conditional ? :
  • goto statement
  • Coding assignment
Decision making and looping
  • Loops
  • while loop
  • for loop
  • do-while loop
  • Coding assignment
Arrays and Functions
  • Arrays - One dimensional
  • Two dimensional array
  • User-defined functions
  • Coding assignment
Structures
  • Structure
  • Structure (contd..)
  • Pointers
  • File Management
  • C under Windows
  • Windows Programming
  • Graphics in C and how to add a header file
  • Coding assignment