Introduction
  • Introduction
  • overview of C program
  • Building your first C program
  • lecture 3
section 2
  • syntax
  • constants
  • constant 1
  • constant 2
  • constant 3
  • Data type
  • Preprocessor
  • Header file
  • storage
  • Auto storage
  • Register storage
  • External storage
Section 3
  • Operators
  • operator1
  • operator2
  • operator3
  • operator4
  • Decision making
  • If else statements
  • if else statement 2
  • Functions
  • function types
  • function declaration
  • function decl
section 4
  • Array
  • Array 1
  • Array 2
  • Array 3
  • Double dimensional array
Section 5
  • Pointer
  • Pointer 2
  • Pointer to array
  • String
  • String 1
  • String 2
Section 6
  • Input and Output function
  • Type casting
  • Type casting 2
  • Recursion
Section 7
  • Variable argument
  • Variable argument 2
  • Memory management
  • Memory management 2
  • Commandline argument