Course Introduction
  • Know About the Course
  • Course Content in Details
  • Course Resources
Introduction and Creating C Programming Enviornment
  • Section 2 Overview
  • Introduction to C Programming Language
  • C Programming Enviornment
  • Installing Dev C++
  • Understand Dev C++ in Brief
C Basic Concepts
  • Section 3 Overview
  • C Program Structure
  • Dev C++ IDE Program - Print "Hello World"
  • Variables, Constants and Keywords
  • Data Types
  • Operators and Expressions
  • Formatted I/O using Library Functions
  • Coding Challenge : Average of 2 Numbers
  • Program - Average of 2 Numbers
  • Coding Challenge : Area of Circle
  • Program - Find area of Circle
  • Coding Challenge : Convert Temprature
  • Program - Convert temperature from Celsius to Fahrenheit
  • More About Arithmetic Operators
  • Relational and Logical Operators
  • Increment (++) and Decrement (--) Operators
  • Conditional and sizeof() Operators
  • Coding Challenge : Check ODD or EVEN
  • Program - Check if number is Odd or Even (using Ternary operator)
  • Bitwise Operators
  • Feedback Please
Borland C++ IDE for C Programming Enviornment
  • Section 4 Overview
  • IDE Option 2 : Installing Borland C++
  • Understand Borland C++ in Brief
  • Borland C++ IDE Program - Print "Hello World"
Control Statements in C
  • Section 5 Overview
  • Introduction to Control Statements
  • Conditional Statements - I
  • Conditional Statements - 2
  • Looping Statements - I
  • Looping Statements - 2
  • Coding Challenge : Max number
  • Program - Display maximum number from given 2 numbers.
  • Coding Challenge : Max of 3 numbers
  • Program - Find the maximum number among given three numbers.
  • Coding Challenge : Vowel or Consonant
  • Program - Check whether user entered character is vowel or consonant.
  • Coding Challenge : Arithmetic Operations
  • Program - Perform aritmetic operations (+,-,*, and /) on given two numbers.
  • Feedback Please
Build & Test Your C Skills: Basics of C
  • Section 6 Overview
  • Basics of C - Part I
  • Basics of C - Part II
  • Basics of C - Part III
  • Basics of C - Part IV
  • Basics of C - Part V
  • Basics of C - Topic Quiz 01
  • Basics of C - Topic Quiz 02
  • Feedback Please
Functions in C Language
  • Section 7 Overview
  • Introduction to Functions
  • User Defined Functions
  • Function Parameters
  • Storage Classes in C
  • Recursive Functions
  • Function Example
  • Coding Challenge : Character Case
  • Program - Check case of given character.
  • Coding Challenge : Print ODD Numbers
  • Program - Print all odd number upto 100 using different loops.
  • Feedback Please
  • Coding Challenge : Print Tables
  • Program - Print 1 to 10 Tables.
  • Coding Challenge : Leap Year
  • Program - Check if given year is leap year or not.
  • Coding Challenge : Prime Number
  • Program - Check if given number is Prime number or not
  • Coding Challenge : Factorial Number
  • Program - Find factorial of given number (using loop)
  • Coding Challenge : Factorial Number
  • Program - Find factorial of number using Recursion.
  • Coding Challenge : Fibonacii Series
  • Program - Display Fibonacii series (using iteration)
  • Coding Challenge : Fibonacii Series
  • Program - Display Fibonacii series (using recursion)
  • Coding Challenge : Swap Arguments of Function using Call by Value
  • Program - Argument by Call by Value - Swap values of 2 variables
  • Feedback Please
Build & Test Your C Skills: Storage Classes and Functions
  • Section 8 Overview
  • Storage Classes and Functions Part - I
  • Storage Classes and Functions Part - II
  • Storage Classes and Functions Part - III
  • Storage Classes and Functions Part - IV
  • Storage Classes and Functions - Topic Quiz 3