Introduction
  • Welcome
  • Introduction
  • Important points
  • How to download and install a compiler
Hands on first program
  • "Hello World" Our first program
  • Text
  • Commenting inside the code
  • Read some points
  • Questions
Data Types and C Tokens
  • Keywords and Identifiers
  • keywods list and rules for identifiers
  • C Tokens
  • Data Types
  • Data types description
  • Q&A
C program Examples
  • C program to add two numbers
  • source code
  • C program to add two decimal numbers
  • source code
  • C program to Display the name entered by the user
  • C program to swap two numbers
  • Few more example programs before proceeding further
  • Quiz on basics
Decisions and Loops Introduction
  • Conditions and Loops, If statements example
  • Loops: for loop, while loop, do-while loop
  • Q&A
Decisions and Loops Examples
  • C program to find the largest number
  • C program to tell whether the alphabet entered by the user is vowel or consonant
  • C program to display multiplication table
  • C program to print Triangle shape using stars
  • Q&A
Functions in C
  • Functions Introduction
  • add() function
  • add() and sub() function example
  • Decision making on calling a funcion
  • Q&A
Arrays
  • Arrays Introduction
  • Arrays example
  • C program to get the total of marks
  • Multi-Dimensional Arrays
  • Code example for multi-dimensional array
  • Programming Example of Three-Dimensional array
  • C program to add two arrays
  • Changing the output result look
  • Q&A
String Operations
  • Introduction to strings in C
  • gets() and puts() in strings
  • Calling functions using string type
  • Standard string functions in string.h header file
  • String function explanation using example
  • Q&A
Pointers
  • Introduction to Pointers in C
  • Pointers practical
  • Pointers practical example extension
  • Pointers and Arrays
  • Pointers and Arrays Example
  • Pointers and Functions
  • Dynamic memory allocation
  • Example of dynamic memory allocation functions
  • Q&A
Structures in C programming
  • Structures in C
  • Structures using Pointers
  • Structures and functions
  • Unions
  • C Enemuration
  • Q&A
C preprocessor
  • C Preprocessors and macros
  • Q&A