Software Installation
  • Install the required Software
First C-Program [ "Hello, World" Program]
  • "Hello World" Program
Programming Basics [printf, scanf, Data Types and Operators]
  • DATA TYPES in C Programming
  • printf and scanf [Read values from user]
  • Format Specifiers in C
  • Operators in C
CONTROL STRUCTURES in C Programming
  • Overview of Control Structures
  • if, if..else, if..else if..else conditions
  • Conditional (Or) Ternary Operator in C
  • SWITCH Case in C
  • "FOR Loop" in C Language
  • "While" Loop in C Language
  • "do while" Loop in C Language
  • "Nested for" loop in C Language
JUMP STATEMENTS in C Language
  • "break" in C Language
  • "continue" in C Language
  • "goto" in C Language
FUNCTIONS in C Language
  • Functions - Declaring and Defining a function in C
  • RECURSION in C
ARRAYS in C-Language
  • Arrays - Introduction
  • Arrays - In detail with examples
Working with STRINGS in C
  • Character Arrays in C
  • String Functions in C
Math Functions in C
  • Inbuilt Math Functions in C
Pointers and Memory Management in C
  • Pointers - Introduction
  • Call by Value (vs) Call by Reference
  • Memory Management in C
Structures and Unions in C
  • Structures and Unions - Example programs
Working with FILES in C-Language
  • C-Program to read data from file
  • C-Program to write / append data to file