C Program list 
Search Program
Subject
Topic
Program Name
   
 
 
Search Program for
Subject = C
Topic = All
    
Prog NoProgram NameProgram DescProgram
1addition of 2 numbersaddition of 2 numbers addition of 2 numbers.c
2addition,subtraction,multiplication,division of 2 numbersaddition,subtraction,multiplication,division of 2 numbers addition,subtraction,multiplication,division of 2 numbers.c
3area of rectanglearea of rectangle area of rectangle.c
4area of circlearea of circle area of circle.c
5volume of cuboidvolume of cuboid volume of cuboid.c
6convert paisa to rs, extra paisaconvert paisa to rs, extra paisa convert paisa to rs, extra paisa.c
7convert days to month, extra daysconvert days to month, extra days convert days to month, extra days.c
8convert farenheit to celciusconvert farenheit to celcius convert farenheit to celcius.c
9roots of quadratic equationroots of quadratic equation roots of quadratic equation.c
10convert km to m,ft,inchconvert km to m,ft,inch convert km to m,ft,inch.c
11Interchange the value of 2 variable using 3rd variableInterchange the value of 2 variable using 3rd variable Interchange the value of 2 variable using 3rd variable.c
12Interchange the value of 2 variable without using 3rd variableInterchange the value of 2 variable without using 3rd variable Interchange the value of 2 variable without using 3rd variable.c
13Symbolic constant exampleSymbolic constant example Symbolic constant example.c
14enum exampleenum example enum example.c
15Overflow Underflow of data exampleOverflow Underflow of data example Overflow Underflow of data example.c
16type conversion exampletype conversion example type conversion example.c
17mathematical functions examplemathematical functions example mathematical functions example.c
18Number is postive or negativeNumber is postive or negative Number is postive or negative.c
19Result pass or failResult pass or fail Result pass or fail.c
20Number is even or oddNumber is even or odd Number is even or odd.c
21Maximum of 2 numbersWrite a program to find out maximum of 2 numbers Maximum of 2 numbers.c
22Maximum of 3 numbers using else if ladderMaximum of 3 numbers using else if ladder Maximum of 3 numbers using else if ladder.c
23Maximum of 5 numbers using else if ladderMaximum of 5 numbers using else if ladder Maximum of 5 numbers using else if ladder.c
24Maximum of 3 numbers using nested ifMaximum of 3 numbers using nested if Maximum of 3 numbers using nested if.c
25Middle number of 3 numbersMiddle number of 3 numbers Middle number of 3 numbers.c
26Result of student using percentResult of student using percent Result of student using percent.c
27Result of student using Marks of 5 SubjectsResult of student using Marks of 5 Subjects Result of student using Marks of 5 Subjects.c
28Switch case ExampleSwitch case Example Switch case Example.c
29Result of student using percent (use switch case)Result of student using percent (use switch case) Result of student using percent (use switch case).c
30Year is leap year or notWrite a program to find out a given year is leap year or not Year is leap year or not.c
31Electricity bill charges calculationElectricity bill charges calculation Electricity bill charges calculation.c
32Absolut X using IfElseAbsolut X using IfElse Absolut X using IfElse.c
33Absolut X using Condition OperatorAbsolut X using Condition Operator Absolut X using Condition Operator.c
34Max 2 nos using Condition OperatorMax 2 nos using Condition Operator Max 2 nos using Condition Operator.c
35Maximum of 3 numbers using conditional operatorMaximum of 3 numbers using conditional operator Maximum of 3 numbers using conditional operator.c
36disply 1 to 5 numbers using gotodisply 1 to 5 numbers using goto disply 1 to 5 numbers using goto.c
37number to word between 1 to 100number to word between 1 to 100 number to word between 1 to 100.c
38number to word between 1 to 1000number to word between 1 to 1000 number to word between 1 to 1000.c
39number to romannumber to roman number to roman.c
40display 1 to 10 numbers using for loopdisplay 1 to 10 numbers using for loop display 1 to 10 numbers using for loop.c
41display 1 to 10 numbers using while loopdisplay 1 to 10 numbers using while loop display 1 to 10 numbers using while loop.c
42display 1 to 10 numbers using do while loopdisplay 1 to 10 numbers using do while loop display 1 to 10 numbers using do while loop.c
43display 10 to 1 numbers using for loopdisplay 10 to 1 numbers using for loop display 10 to 1 numbers using for loop.c
44display 10 to 1 numbers using while loopdisplay 10 to 1 numbers using while loop display 10 to 1 numbers using while loop.c
45display odd number between 1 to 10 numbersdisplay odd number between 1 to 10 numbers display odd number between 1 to 10 numbers.c
46display even number between 1 to 10 numbersdisplay even number between 1 to 10 numbers display even number between 1 to 10 numbers.c
47display 1 to N numbers using for loopdisplay 1 to N numbers using for loop display 1 to N numbers using for loop.c
48display square of 1 to N numbersdisplay square of 1 to N numbers display square of 1 to N numbers.c
49display cube of 1 to N numbersdisplay cube of 1 to N numbers display cube of 1 to N numbers.c
50Sum of 1st N nosSum of 1st N nos Sum of 1st N nos.c
51Sum of Square of 1st N nosSum of Square of 1st N nos 1^2+2^2+3^2+…+N^2 Sum of Square of 1st N nos.c
52Sum of N user input nosSum of N user input nos x1+x2+x3+…+xn Sum of N user input nos.c
53Sum of square of N user input nosSum of square of N user input nos x1^2+x2^2+x3^2+…+xn^2 Sum of square of N user input nos.c
54Max number from N numbersMax number from N numbers Max number from N numbers.c
55Min number from N numbersMin number from N numbers Min number from N numbers.c
56Max min from N numbersMax min from N numbers Max min from N numbers.c
57Pattern Left AlignPattern Left Align Pattern Left Align.c
58Pattern Star Left Align BelowPattern Star Left Align Below Pattern Star Left Align Below.c
59Pattern Star Right Align AbovePattern Star Right Align Above Pattern Star Right Align Above.c
60Pattern Star Right Align BelowPattern Star Right Align Below Pattern Star Right Align Below.c
61Pattern Center AlignPattern Center Align Pattern Center Align.c
62Pattern Star Center Align BelowPattern Star Center Align Below Pattern Star Center Align Below.c
63Pattern 1,2 2,3 3 3,4 4 4 4Pattern 1,2 2,3 3 3,4 4 4 4 Pattern 1,2 2,3 3 3,4 4 4 4.c
64Pattern 1,1 2,1 2 3,1 2 3 4Pattern 1,1 2,1 2 3,1 2 3 4 Pattern 1,1 2,1 2 3,1 2 3 4.c
65Pattern 1,2 3,4 5 6,Pattern 1,2 3,4 5 6, Pattern 1,2 3,4 5 6,.c
66Pattern No ,1 2 4, 8 16 32Pattern No ,1 2 4, 8 16 32 Pattern No ,1 2 4, 8 16 32.c
67Pattern 1,2 3,3 4 5,4 5 6 7,Pattern 1,2 3,3 4 5,4 5 6 7, Pattern 1,2 3,3 4 5,4 5 6 7,.c
68Pattern 1,0 1,1 0 1,Pattern 1,0 1,1 0 1, Pattern 1,0 1,1 0 1,.c
69PATTERNPATTERN PATTERN.c
70Factorial numberFactorial number Factorial number.c
71Fibonacci series of N numbersWrite a program to find out fibonacci series of N numbers Fibonacci series of N numbers.c
72Number is prime number or notWrite a program to check a given number is prime number or not Number is prime number or not.c
73Number is perfect number or notWrite a program to find out a given number is perfect number or not Number is perfect number or not.c
74Reverse NoReverse No Reverse No.c
75Palindrome NoPalindrome No Palindrome No.c
76Amstrong numberWrite a program to check whether a given number is Amstrong number or not Amstrong number.c
77Floyd's Triangle of N RowsWrite a program to display Floyd's Triangle of N Rows Floyd's Triangle of N Rows.c
78Decimal number to Binary numberWrite a program to convert a given Decimal number to Binary number Decimal number to Binary number.c
79Decimal number to Octal numberWrite a program to convert a given Decimal number to Octal number Decimal number to Octal number.c
80Decimal number to Hexadecimal numberWrite a program to convert a given Decimal number to Hexadecimal number Decimal number to Hexadecimal number.c
81Decimal number to Binary, Octal, Hexadecimal numberWrite a program to convert a given Decimal number to Binary, Octal, Hexadecimal number Decimal number to Binary, Octal, Hexadecimal number.c
82Sum of 1st and last digit of 4 digit numberWrite a program to sum of 1st and last digit of 4 digit number Sum of 1st and last digit of 4 digit number.c
83Multiplication tableWrite a program of Multiplication table from 1 to 10 Multiplication table.c
84Hexa Octal Decimal from 0 to 15Hexa Octal Decimal from 0 to 15 Hexa Octal Decimal from 0 to 15.c
85Prime number between 1 to NPrime number between 1 to N Prime number between 1 to N.c
86Perfact number between 1 to NPerfact number between 1 to N Perfact number between 1 to N.c
87Amstrong number between 1 to NAmstrong number between 1 to N Amstrong number between 1 to N.c
88All factors of a numberAll factors of a number All factors of a number.c
89Prime factors of a numberPrime factors of a number Prime factors of a number.c
901_(1-x) series1/(1-x) = 1 + x + x^2 + x^3 + … + x^n for -1 < x < 1, with 0.01 percent accuracy 1_(1-x) series.c
91e^x seriese^x = 1 + x + x^2/2! + x^3/3! + … + x^n/n! for -1 < x < 1, with 0.01 percent accuracy e^x series.c
92e^-x seriese^-x = 1 - x + x^2/2! - x^3/3! + … + x^n/n! for -1 < x < 1, with 0.01 percent accuracy e^-x series.c
93sin(x) seriessin(x) = x - x^3/3! + x^5/5! - x^7/7! + … for -1 < x < 1, with 0.01 percent accuracy sin(x) series.c
94cos(x) seriescos(x) = 1 - x^2/2! + x^4/4! - x^6/6! + … for -1 < x < 1, with 0.01 percent accuracy cos(x) series.c
95Calculate the Value of nPrCalculate the Value of nPr Calculate the Value of nPr.c
96Calculate the value of nCrCalculate the value of nCr Calculate the value of nCr.c
97Multiplication tableMultiplication table Multiplication table.c
98HCF or GCD of a given Number without using RecursionHCF or GCD of a given Number without using Recursion HCF or GCD of a given Number without using Recursion.c
99HCF or GCD of given Numbers using RecursionHCF or GCD of given Numbers using Recursion HCF or GCD of given Numbers using Recursion.c
100Power of a NumberPower of a Number Power of a Number.c
101GCD and LCM of Two Integers using Euclids algorithmGCD and LCM of Two Integers using Euclids algorithm GCD and LCM of Two Integers using Euclids algorithm.c
1021-Dim Array Input & DisplayWrite a program to input and display an array of 10 elements 1-Dim Array Input & Display.c
103Addition of 1-dim array elementsWrite a program to addition of 10 elements using an array Addition of 1-dim array elements.c
104Maximum and minimum value of an arrayWrite a program to find out maximum and minimum value of an array of 10 elements Maximum and minimum value of an array.c
105Array Sum Even OddWAP to find the Even and Odd number in given order. Array Sum Even Odd.c
106Array ReverseWAP to Reverse a given 1 dim array Array Reverse.c
107multiplication of two 1-Dim arraysWrite a program to find multiplication of two 1-Dim arrays multiplication of two 1-Dim arrays.c
108Sort an array (Bubble Sort)Write a program to sort an array using Bubble Sort Sort an array (Bubble Sort).c
109Search a number in arrayWrite a program to find out a given number is present or not in a given array Search a number in array.c
110Search a number in given 1-dim arrayWrite a program to search a number in given 1-dim array Search a number in given 1-dim array.c
111Matrix input and displayWrite a program to input and display in a matrix Matrix input and display.c
112Addition of 2 matricesWrite a program to find out addition of 2 matrices Addition of 2 matrices.c
113Multiplication of 2 matricesWrite a program to find out multiplication of 2 matrices Multiplication of 2 matrices.c
114Maximum and minimum value from a matrixWrite a program to find out maximum and minimum value from a matrix Maximum and minimum value from a matrix.c
115Transpose of matrixWrite a program to find out transpose of a matrix Transpose of matrix.c
116Create Identity MatrixCreate Identity Matrix Create Identity Matrix.c
117Check Identity Matrix or notCheck Identity Matrix or not Check Identity Matrix or not.c
118Matrix fill Upper Right +1, Lower left -1, left to Right diagonal 0Matrix fill Upper Right +1, Lower left -1, left to Right diagonal 0 Matrix fill Upper Right +1, Lower left -1, left to Right diagonal 0.c
119Matrix fill Upper left +1, Lower right -1, Right to left diagonal 0Write a program that fills a matrix as follows 1. Upper left triangle with +1s 2. Lower right triangle with -1s 3. Right to left diagonal with zeros Display the contents of the matrix using not more than 2 printf statements Matrix fill Upper left +1, Lower right -1, Right to left diagonal 0.c
120sum of even and odd numbers in a matrixWAP to input a matrix and find the sum of even and odd numbers. sum of even and odd numbers in a matrix.c
121Row wise, Column wise addition of matrixWrite a program to calculate row wise and column wise addition of a matrix Row wise, Column wise addition of matrix.c
122Rowwise Sorting of MatrixRowwise Sorting of Matrix Rowwise Sorting of Matrix.c
123COUNT GROUPCOUNT GROUP COUNT GROUP.c
124Ballot Paper Count Votes of each CandiateBallot Paper Count Votes of each Candiate Ballot Paper Count Votes of each Candiate.c
125Circular Matrix from outside to insideWrite a program of circular matrix of size N from outside to inside Circular Matrix from outside to inside.c
126Circular Matrix from inside to outsideWrite a program of circular matrix of size N from inside to outside Circular Matrix from inside to outside.c
127fibonacci series in pascal triangle formatdisplay fibonacci series in pascal triangle format fibonacci series in pascal triangle format.c
128Calculate the Mean, Variance & Standard DeviationCalculate the Mean, Variance & Standard Deviation Calculate the Mean, Variance & Standard Deviation.c
129Insert an element at y position in arrayInsert an element at y position in array Insert an element at y position in array.c
130Delete an element at y position in arrayDelete an element at y position in array Delete an element at y position in array.c
131Delete any element in arrayDelete any element in array Delete any element in array.c
132Merging two sorted 1 dim arrayMerging two sorted 1 dim array Merging two sorted 1 dim array.c
133Character is Capital, Small, Digit or Special SymbolWrite a program to find out a given character is Capital, Small, Digit or Special Symbol Character is Capital, Small, Digit or Special Symbol.c
134character is alphabate or digit or special charWrite a program to check whether a given character is alphabate or digit or special character character is alphabate or digit or special char.c
135lower to upper case charlower to upper case char lower to upper case char.c
136upper to lower case charupper to lower case char upper to lower case char.c
137Toggle char with inbuilt functionToggle char with inbuilt function Toggle char with inbuilt function.c
138Toggle char without using inbuilt functionToggle char without using inbuilt function Toggle char without using inbuilt function.c
139All alphabates and its ASCII valueWrite a program to display all characters and its ascii value from A to z All alphabates and its ASCII value.c
140Read Line Without Inbuilt FunctionRead Line Without Inbuilt Function Read Line Without Inbuilt Function.c
141String Copy Without Inbuilt FuncitonString Copy Without Inbuilt Funciton String Copy Without Inbuilt Funciton.c
142String Compare Without Inbulit FunctionString Compare Without Inbulit Function String Compare Without Inbulit Function.c
143Concate two stringsWrite a program to concate two strings without using inbuilt function Concate two strings.c
144String SortingString Sorting String Sorting.c
145Character Sorting in a stringWrite a program to sort characters in a given string. For eg: Input atozmath then output aahmottz Character Sorting in a string.c
146Toggle StringToggle String Toggle String.c
147given string into its reverse caseWrite a program to convert a given string into its reverse case without using inbuilt function. (Eg:- PiyUsH => pIYuSh) given string into its reverse case.c
148String ReverseString Reverse String Reverse.c
149String is palindrome or notWrite a program to find out given string is palindrome or not String is palindrome or not.c
150Word Char Vovel Consonants CountWord Char Vovel Consonants Count Word Char Vovel Consonants Count.c
151Count word and characters from sentenceCount word and characters from sentence Count word and characters from sentence.c
152Count the number of lines, words, characters from a paragraphCount the number of lines, words, characters from a paragraph Count the number of lines, words, characters from a paragraph.c
153Delete Character from a sentenceDelete Character from a sentence Delete Character from a sentence.c
154Replace Character in a sentenceReplace Character in a sentence Replace Character in a sentence.c
155Count Character from a sentenceCount Character from a sentence Count Character from a sentence.c
156Count All Character from a sentenceCount All Character from a sentence Count All Character from a sentence.c
157Delete duplicate character from sentenceWrite a program to delete duplicate character from a sentence Delete duplicate character from sentence.c
158Display all words from a sentenceWrite a program to display all words from a sentence Display all words from a sentence.c
159Delete word from sentenceWrite a program to delete a word from a given sentence. Delete word from sentence.c
160Replace word from sentenceWrite a program to replace a word from a sentence Replace word from sentence.c
161F. M. Last Name from Full Name SentenceF. M. Last Name from Full Name Sentence F. M. Last Name from Full Name Sentence.c
162F. M. Last Name from Full NameWrite a program to display the follwoing Input: Piyush Nemchand Shah Output: P. N. Shah F. M. Last Name from Full Name.c
163printline function with no argument and no return valueprintline function with no argument and no return value printline function with no argument and no return value.c
164printline function with 1 argument (size) and no return valueprintline function with 1 argument (size) and no return value printline function with 1 argument (size) and no return value.c
165printline function with 1 argument (character disp) and no return valueprintline function with 1 argument (character disp) and no return value printline function with 1 argument (character disp) and no return value.c
166printline function with 2 argument (size, character disp) and no return valueprintline function with 2 argument (size, character disp) and no return value printline function with 2 argument (size, character disp) and no return value.c
167addtion of 2 numbers using functionaddtion of 2 numbers using function addtion of 2 numbers using function.c
168addtion, substraction, multiplication, division of 2 numbers using functionaddtion, substraction, multiplication, division of 2 numbers using function addtion, substraction, multiplication, division of 2 numbers using function.c
169maximum of 2 nos using functionmaximum of 2 nos using function maximum of 2 nos using function.c
170Factorial using functionFactorial using function Factorial using function.c
171Fibonacci series using funciton with no return valueFibonacci series using funciton with no return value Fibonacci series using funciton with no return value.c
172Fibonacci series using recursion functionFibonacci series using recursion function Fibonacci series using recursion function.c
173maximum no from 1 dim array using functionmaximum no from 1 dim array using function maximum no from 1 dim array using function.c
174Bubble sort using functionWrite a program to display an array in ascending order (Bubble Sort) using function Bubble sort using function.c
175Factorial of a number using recursionWrite a program to find out factorial of a number using recursion funciton Factorial of a number using recursion.c
176menu driven program to find out Factorial No, Prime No, Even Odd noWrite a menu driven program to find out Factorial No, Prime No, Even Odd no menu driven program to find out Factorial No, Prime No, Even Odd no.c
177Structure Input and displayStructure Input and display Structure Input and display.c
178Structure copy and compare exampleStructure copy and compare example Structure copy and compare example.c
179Struct Input and displayStruct Input and display Struct Input and display.c
180PercentageWise Struct SortingPercentageWise Struct Sorting PercentageWise Struct Sorting.c
181GuestHouse Struct RoomType sortingGuestHouse Struct RoomType sorting GuestHouse Struct RoomType sorting.c
182Cricket structure sorting with team-wiseDefine a structure called cricket that will describe the following information: player name team name batting average Using cricket, declare an array player with 5 elements and write a program to read the information about tall the 5 players and print a team-wise list containing names of player with their batting average. Cricket structure sorting with team-wise.c
183nested structurenested structure nested structure.c
184Pointer and address examplePointer and address example Pointer and address example.c
185Increment the value using pointerIncrement the value using pointer Increment the value using pointer.c
186Pointer and 1 dim array examplePointer and 1 dim array example Pointer and 1 dim array example.c
187Pointer and 2 dim array examplePointer and 2 dim array example Pointer and 2 dim array example.c
188Swap values of two variables using call by valueSwap values of two variables using call by value Swap values of two variables using call by value.c
189Array sorting using pointerArray sorting using pointer Array sorting using pointer.c
190Program to concatenate two strings using pointersProgram to concatenate two strings using pointers Program to concatenate two strings using pointers.c
191Program to copy string using pointersProgram to copy string using pointers Program to copy string using pointers.c

 
Copyright © 2019. All rights reserved. Terms, Privacy




We use cookies to improve your experience on our site and to show you relevant advertising. By browsing this website, you agree to our use of cookies. Learn more