Chapter 1 : Basic C Programs
No
Programs
Print Hello Word
Declaring Variable and Printing its Value
Chapter 2 : Area Programs
No
Programs
C Program to Calculate Area and Circumference of Circle
C Program to Calculate Area of Scalene Triangle
C Program to Calculate Area of Equilatral Triangle
C Program to Calculate Area of Right angle Triangle
C Program to Calculate Area of Circle
C Program to Calculate Area of Rectangle
C Program to Calculate Area of Square
C Program to Calculate Area of Circle using Pointer
Chapter 3 : Mathematical Programs
No
Programs
Compute sum of the array elements using pointers !
No
Programs
Find exponent Power Series !!
Read the values of x y and z and print the results expressions in one line.
Reads customer number and power consumed and prints amount to be paid
Find greatest in 3 numbers
Calculate gross salary of a person.
Reverse a given number !
Calculate sum of 5 subjects and Find percentage
Convert temperature from degree centigrade to Fahrenheit
10
Find the simple interest
11
Find area and circumference of circle
12
Find sum of two numbers
13
Solve Second Order Quadratic Equation
14
Find Factorial of Number Using Recursion
15
Find Factorial of Number without using function
16
Print table of n and square of n using pow()
Chapter 4 : Number Programs in C Programming
No
Programs
Calender Program in C Programming Language : Display Day of the month
Find greatest in 3 numbers
Reverse a given number !
Swap of two nos without using third variable
Calculate sum of 5 subjects and find percentage
Find sum of two numbers
Generate the Fibonacci Series starting from any two numbers
Print First 10 Natural Numbers
Find Factorial of Number Using Recursion
10
Check Whether Given Number is Palindrome or Not ????
11
Check Whether Number is Prime or not
12
Check for Armstrong Number in C
13
Check Whether Number is Perfect Or Not
14
Print All ASCII Value Table in C Programming
15
Find Factorial of Number without using function
Chapter 5 : 1-D Array Programs
No
Programs
C Program to implement Stack Operations Using Array
C Program to read integers into an array and reversing them using pointers
C Program to delete duplicate elements in an array
C Program to calculate Addition of All Elements in Array
C program to find Smallest Element in Array in C Programming
C Program to find Largest Element in Array in C Programming
C Program to reversing an Array Elements in C Programming
Merging of Two arrays in C Programming
Searching element in array
10
copy all elements of an array into another array in C
11
Program Insert element in an Array
12
Program for deletion of an element from the specified location from Array
13
Printing Array Elements in C Language
14
C Program : Rading Array Elements
15
One Dimensional Array All Programs
2-D Array Programs : C Programming
No
Programs
C Program to Check whether Matrix is Magic Square or Not ?
C Program to Print Square of Each Element of 2D Array Matrix
Program to find Transpose of Given Square Matrix
C Program to find addition of Lower Triangular Elements in C Programming
C program to calculate sum of Upper Triangular Elements in C
C Program to evaluate Subtraction of two matrices ( matrix ) in C
C program for addition of two matrices in C
Addition of Diagonal Elements in Matrix
Addition of All Elements in Matrix
10
Accessing 2-D Array Elements In C Programming
11
C Program to Find Inverse Of 3 x 3 Matrix in 10 Lines
12
C Program to Multiply Two 3 X 3 Matrices
Algorithms Programs : C Programming
No
Programs
C Progran to Implement N Queens Problem using Backtracking
C Program to implement prims algorithm using greedy method
No
Programs
Program to implement knapsack problem using greedy method
Command Line Arguments Programs : C Programming
No
Programs
How to print all Arguments passed using Command Line in C !
Conversion Programs : C Programming
No
Programs
C Program to convert temperature from degree centigrade to Fahrenheit
Decimal to Binary using Bitwise and operator
Program to Convert Binary to Decimal number:Number System
Program for Decimal to Hexadecimal Conversion in C >> Number System
Program for Decimal number to Octal Conversion : Number System
Program to Convert Decimal number into Binary : Number System :
Dos Programs : C Programming
No
Programs
How to print all Arguments passed using Command Line in C !
C Program to Add two numbers using Command Line Arguments Parameters
Expressions Programs : C Programming
No
Programs
C Program to demonstrates binary expressions using floating-point arithmetic
C Program to demonstrates binary expressions using interger arithmetic !
File Handling Programs : C Programming
No
Programs
C program to copy the contents of one file into another using fputc
C Program to read last n characters from the file !
C program to convert the file contents in Upper-case & Write Contents in a output file
C Program to Compare two text/data files in C Programming
C Program to Write on Data File and Read From Data File
C Program to Copy Text From One File to Other File
How to display same source code as output in c programming?
Electrical Programs : C Programming
No
Programs
C Programs Electrical Circuit Formulae Varification
C Program To find equivalent capacitance of parallel combination of capacitive circuit
C Program To find equivalent capacitance of series combination of capacitive circuit
No
Programs
Program To find equivalent resistance of Parallel combination of resistive circuits
Program To find equivalent resistance of series combination of resistive circuits
Graphics Programs : C Programming
No
Programs
Drawing Line in Graphics Mode : Line Function
C Program to draw Inductive Coil using Graphical Function
C Program to Draw Resistance using Graphics Function
C Program to Draw PNP Transistor using Graphics Function
C Program to Draw Eclipse using Graphics Function
C Program to Draw NPN Transistor using Graphics Function
C Program to Draw Capacitor using Graphics Function
C Program to Draw a Triangle using Graphics Function
Printing Text in Graphics Using Outtextxy Function
10
First Turbo Graphics Program in C Language
11
C Program to draw Op-amp Symbol Using Graphics Function
12
C Program to display mouse pointer in textmode
No
Programs
13
C Program to check if mouse support is available or not.
14
Drawing Circle in Graphics Mode : Circle Function >> Graphics.h
Mouse Programs : C Programming
No
Programs
C Program to display mouse pointer in textmode
C Program to check if mouse support is available or not.
Pointer Programs : C Programming
No
Programs
C Program to Swap Two Numbers / Variables using Pointer109">C Program to Print Value and
Address of Variable of Pointer
C Program to perform Stack Operations Using Pointer !
C Program to compute sum of the array elements using pointers !
C Program to count number of words digits and vowels using pointers in C Programming
C Program to Find Length of the String using Pointer
C Program to read integers into an array and reversing them using pointers
C Program to Add Two Numbers Using Pointer !
C Program to Calculate Size of Pointer in C Programming
No
Programs
Pointer Program : Difference between two float Pointers
10
Pointer Program : Difference between two integer Pointers
11
Pointer Program : Increment Structure Pointer having far pointer as structure member
12
Pointer Program : Incrementing Array of Float Pointer
13
Pointer Program : Incrementing Double Pointer
14
Pointer Program : Increment Integer Pointer
15
Pointer Program : Declaring Pointer
16
Pointer Program : Address operator in C
17
C Program to calculate Area of Circle using Pointer
18
C program to Accessing Value from Address using Pointer
19
C Program to Access Address of Variable using Pointer
Pyramid Programs : C Programming
No
Programs
Pyramid Program in C Programming Mirror Image of Right Angled Triangle666">How to write c
program to print FLOYDS triangle in C Programming ?
Number Pyramid Pattern in C Programming
No
Programs
Program Even Number Pyramid in C
Print prime number Pyramid in C
Print the Rectangle using Line and Special Symbols
Number Pyramid in C Programming
Program to Print Largest Number Pyramid
Program to Print the Double Pyramid Pattern
Program to Print Pyramid of Multiplication Tables
10
Program to print 1-10 Numbers in Pyramid fashion
11
C Program to Print Inverted Pyramid
12
Print the Pattern of Binary Numbers (Pyramid)
13
Program to Print this Right angled Pyramid in C using Nested Loops in C
14
Index : Pyramid Programs in C Programming
Recursive Programs : C Programming
No
Programs
C Program to print Fibonacci Series using recursion !!662">C Program to Multiply two Matrices
using Recursion !!
No
Programs
C Program to calculate sum of numbers 1 to N using recursion
Find Sum of Digits of the Number using Recursive Function in C Programming
C Program to print Tower of Hanoi using recursion !!
Find Factorial of Number Using Recursion
C Programs : Series
No
Programs
C Program to find exponent Power Series !!
C Programs : Sizeof Operator
No
Programs
C Program to Calculate Size of Structure using Sizeof Operator
Pointer Program : Size of Pointer to Structure
Pointer Program : Size of Integer Far Pointer
Pointer Program : Size of Float Pointer
Pointer Program : Size of Character Pointer
Pointer Program : Size of Integer Pointer
C Programs : Sorting
No
Programs
C Program to sort array of Structure in C Programming
C Program for sorting the list of Strings
C Program to Implement Bubble Sort in C Programming
Sorting Two Structures on the basis of any structure element and Display Information
Program to Implement Insertion Sort in C Programming
C Programs : Stack
No
Programs
C Program to perform Stack Operations Using Pointer !
C Program to implement Stack Operations Using Array
C Program to Implement Stack Operations using Singly Linked List
C Programs : String Operations With using Library Function
No
Programs
C Program to Sort set of strings in alphabetical order using strcmp()
C Program to Convert String to Integer !!
Program to convert String into Uppercase Using Library Function
Program to convert String into Lowercase Using Library Function
No
Programs
Program to copy one string into other with using library function [ strcpy ]
Program to Concat Two Strings with using Library Function : Strcat
Find Length of String Using Library Function
C Programs : String Operations Without using Library Function
No
Programs
C Program to count number of words digits and vowels using pointers in C Programming
C Program for sorting the list of Strings
C Program to Find Length of the String using Pointer
Write a C Program to Reverse Letter in Each Word of the Entered String
C Program to Encode a String and Display Encoded String !
C program to Delete all occurrences of Character from the String.
C Program to Concat Two Strings without Using Library Function
C Program to Find Substring Of String Without Using Library Function !!!
C Program : Reverse String Without Using Library Function [ Strrev ]
10
C Program to Compare Two Strings Without Using Library Function [Strcmp]
11
C Program to Copy One String into Other Without Using Library Function.
No
Programs
12
Check Whether Character is Lowercase or Not without using Library Function
13
Check Whether Character is Uppercase or Not without using Library function
14
C Program to Count number of Uppercase and Lowercase Letters
15
Search occurrence of Character in String :
16
With using User-defined Function Write a Program to Find Length of String
17
Program to Find Length of String Without using Library Function
C Programs : Structure Concept
No
Programs
C Program to read and print name and other details of 50 students using Structure?
C Program to sort array of Structure in C Programming
C program to use structure within union & display the contents of structure elements
C Program to Calculate Size of Structure using Sizeof Operator
Sorting Two Structures on the basis of any structure element and Display Information
C Programs : Typical Programs
No
Programs
Calender Program in C Programming Language : Display Day of the month
No
Programs
C Program to show swap of two nos without using third variable
How to write c program to count number of digits in number without using mod operator ?
How to Input Password in C : Validation of User name
How to write inline assembly language code inside C Program ?
Accept Paragraph using scanf in C
Print Hello word without using semicolon in C
Nested Printf statements : Example 2
Printf inside printf in C : Example 1
10
C program to add reversed number with Original Number ?
11
C program to reverse the digits of a number ? [ In 3 Steps ]
12
How to Add Digits of the Number Using Single Statement ?
13
Swap two numbers without using third variable and using XOR Operator in C Programming
14
How to Add two numbers without using arithmetic Operators in C Programming ?
15
How to Create Your Own Header File in C Programming ?
16
How to write C Program Without using Main Function (in 3 ways) ?
No
Programs
17
Swap / Interchange two variables [numbers] without using Third Variable
18
How do i Return Multiple Values From a Function ?
19
C Program to Create directory in C using Interrupts.
20
How to use Interrupts in C Programming ?
21
How to print 1-10 numbers without using Conditional Loop in C Programming ?