ABC of C
  • Introduction to Computers
  • Test youself
  • I am here to help you... How to contact me...?
  • Software
  • Test on Softwares
  • Introduction to Language
  • Quiz on Programming Languages
  • History of the C Language
  • Evaluation on Introduction to C
  • Constants, keywords and variables in C
  • Quiz on constants, keywords and variables in C
  • Structure of C program
  • Quiz on Structure of C program
  • Sample C Program
  • Final test on first Chapter
  • Assignments
  • Interview Questions - 1
  • Princess
C under Linux
  • Introduction to Ubuntu
  • How to use an editor and terminal window in gcc...?
  • Hello World Program - Part 1
  • Hello World Program - Part 2
  • Hello World Program - Part 3
  • Hello World Program - Part 4
  • Temperature Conversion Program - Part 1
  • Temperature Conversion Program - Part 2
  • Cryptic Code
  • Summary
  • Quick Quiz
Steering the Control
  • Introduction
  • If control structure in C
  • Quiz on if control structure in C
  • if else control structure in C
  • Test on if-else control structure in C
  • Logical operators in C
  • Nesting of if-else control structures in C
  • Test on logical operators in C
  • Ternary operators in C
  • Final test on decision control structure in C
  • Assignments
  • Interview Questions - 2
Merry go Round
  • Introduction
  • Parts of loop
  • Test on parts of loop
  • while loop in C
  • for loop in C
  • do...while loop in C
  • Don't get trapped in the loop...!
  • Nesting of loops in C
  • break and continue statement in C
  • Special loop in C
  • Final test on loops in C
  • Assignment
  • Game Challenge
  • Pattern Printing
Menu of C
  • Introduction to switch-case control structure in C
  • Syntax of switch-case block
  • Sample program on switch-case control structure in C
  • Special program using switch-case block in C
  • Test on switch-case control structure in C
  • Assignment
Functions in C language
  • Introduction to functions in C
  • Types of function in C
  • Function calling mechanism in C
  • Return type of function in C
  • Function Prototype
  • Sample program with summary of function
  • Quiz on functions in C
  • Assignments
  • Find the digital root of an integer
Naughty Pointers
  • Introduction
  • Introduction to Pointers
  • Pointers and Functions
  • Call by Value and Reference
  • Swap contents of two variables
  • Quiz Time
  • Sample Program using pointers
  • Pointers - Pass By Refference
  • Tryst with Pointers
Arrays in C Language
  • Recap
  • Introduction to an Array
  • How an array in C works...
  • How to initialize and assign an array elements...
  • Pointers Revisited
  • Arithmetic operations on the Pointers in C
  • Pointers and Arrays in C
  • Arrays and functions in C
  • Array bound checking
  • Inside Array in C
  • Double Dimensional Array in C
  • Pointers and 2-D Array
  • Summary