Getting Started
  • Installing CodeBlocks and Getting Started
The Basics
  • First C Program and Understanding C Program Structure
  • Simple input and output ( printf , scanf , placeholder )
  • Comments
  • Variables and Basic Datatypes
  • Simple Math and and operators
  • Q & A
Statements
  • If Statements in C
  • Example - If Statements in C
  • if...else and Nested if...else statements in C
  • Example - if...else and Nested if...else statements in C
  • The ternary (conditional) operator in C
  • Example - The ternary (conditional) operator in C
  • Switch Statement in C
  • Example - Switch Statement in C
Loops
  • While Loop in C
  • Example - While loop in C
  • do..while Loop in C
  • Example - do...while loop in C
  • for Loop
Functions
  • Functions in C
  • Passing Parameters and Arguments in Function
  • Return Values in Functions
  • Scope Rules in C
Arrays
  • Arrays in C
  • Example - Arrays in C
  • Muti-dimensional Arrays in C
  • Passing Arrays as Function Arguments in C
  • Example - Passing Arrays as Function Arguments in C
Pointers
  • Pointers in C
  • Array of Pointers
  • Example - Array of pointers in C
  • Passing Pointers as Function Arguments
Advanced
  • Strings in C
  • Example - Strings in C
  • Structures in C
  • Unions in C
Install Eclipse IDE for C/C++ on Windows (Optional)
  • How to Install and Setup Eclipse IDE for C/C++ Development on Windows
Examples Codes and Exercise
  • Example - Write a C program to Make Simple calculator
  • Example - C program to check even or odd
  • Example - C program to find Armstrong number
  • Example - C Program to Find Prime Numbers
  • Example - C Program to find the perfect numbers between a given range
  • Example - Write a program to print Fibonacci series in c