Introduction of C Porogram

History of C Language

Features of C Language

C Installation

First C Program

Flow-Chart of C Program

printf & scanf in C Program

Variables of C Program

Data Type of C Porgram

Keywords of C Program

Operators of C Program

Comments on C Program

Escape Sequence in C Program

C if else Statement

Switch Statement of C Program

C Loops

do while loop in C

while loop in C

for loop in C Program

C break statement

C continue statement

Goto statement in C Program

Type Casting in C Program

functions in C Program

Call by value and call by reference in C Program

Recursion in C Program

Storage Classes in C Program

Array in C Program

Two Dimensional Array in C Program

Passing Array to Function in C Program

C Pointers

C Pointer to Pointer

Pointer Arithmetic in C Program

Dynamic memory allocation in C Program

Structure in C Program

Nested Structure in C Program

Union of C Program

File Handling in C Program

Preprocessor Directives in C Program

Macros in C Program

what is #include

Print an Integer Entered by the User using C Program

Add Two Integers using C Program

Multiply two Floating Point Numbers using C Program

Find ASCII Value of a Character using C Program

Compute Quotient and Remainder using C Program

Find the Size of int, float, double and char using C Program

Demonstrate the Working of Keyword long using C Program

Swap Two Numbers in C Program

Check Whether a Number is Even or Odd in C Program

Check Whether a Character is Vowel or Consonant using C Program

Find the Largest Number Among Three Numbers in C Program

Find all Roots of a Quadratic equation

Check Leap Year in C Program

Check Whether a Number is Positive or Negative in C Program

Check Whether a Character is an Alphabet or not Using C Program

Calculate the Sum of Natural Numbers in C Program

Find Factorial of a Number in C Program

Generate Multiplication Table in C Program

Display Fibonacci Sequence in C Program

Find GCD of two Numbers using C Program

Find LCM of two Numbers in C Program

Display Character from A to Z Using Loop in C Program

Count Number of Digits of an Integer in C Program

Reverse a Number using C Program

Calculate the Power of a Number in C Program

Check Whether a Number is Palindrome or Not in C Program

Check Whether a Number is Prime or Not in C Program

Display Prime Numbers Between Two Intervals in C Program

Check Armstrong Number in C Program

Display Armstrong Number Between Two Intervals in C Program

Display Factors of a Number in C Program

Code To Create Pyramid and Pattern in C Program

Make a Simple Calculator Using switch...case in C Program

Display Prime Numbers Between Intervals Using Function in C Program

Check Prime or Armstrong Number Using User-defined Function in C Program

Check Whether a Number can be Express as Sum of Two Prime Numbers in C Program

Find the Sum of Natural Numbers using Recursion in C Program

Find the Factorial of a Number Using Recursion in C Program

Find G.C.D Using Recursion in C Program

Convert Binary Number to Decimal and vice-versa in C Program

Convert Octal Number to Decimal and vice-versa in C Program

Convert Binary Number to Octal and vice-versa in C Program

Reverse a Sentence Using Recursion in C Program

Calculate the Power of a Number Using Recursion

Calculate Average Using Arrays in C Porgram

Add Two Matrix Using Multi-dimensional Arrays using C Program

Multiply to Matrix Using Multi-dimensional Arrays in C Program

Multiply to Matrix Using Multi-dimensional Arrays in C Program

Find Transpose of a Matrix in C Program

Multiply two Matrices by Passing Matrix to Function in C Program

Access Elements of an Array Using Pointer in C Program

Find Largest Number Using Dynamic Memory Allocation in C Program

Find the Frequency of Characters in a String in C Program

Find the Number of Vowels, Consonants, Digits and White space in a String in C Program

Find the Length of a String in C Program

Concatenate Two Strings in C Program

Copy String Without Using strcpy() in C Program

Sort Elements in Lexicographical Order (Dictionary Order) in C Program

Store Information(name, roll and marks) of a Student Using Structure

Add Two Distances (in inch-feet) System Using Structures in C Program

Add Two Complex Numbers by Passing Structure to a Function in C Program

Calculate Difference Between Two Time Period in C Program

Student Information Store Using Structure in C Program

Store Information Using Structures with Dynamically Memory Allocation in C Program

Write to a Sentence to a File with C Program

Read a String of Text from File using C Program

Display its own Source Code as Output in C Program

Code To Create Pyramid and Pattern in C Program