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






 
Copyright © 2019. All rights reserved. Terms, Privacy

.