1 | addition of 2 numbers | addition of 2 numbers |
addition of 2 numbers.c
|
2 | addition,subtraction,multiplication,division of 2 numbers | addition,subtraction,multiplication,division of 2 numbers |
addition,subtraction,multiplication,division of 2 numbers.c
|
3 | area of rectangle | area of rectangle |
area of rectangle.c
|
4 | area of circle | area of circle |
area of circle.c
|
5 | volume of cuboid | volume of cuboid |
volume of cuboid.c
|
6 | convert paisa to rs, extra paisa | convert paisa to rs, extra paisa |
convert paisa to rs, extra paisa.c
|
7 | convert days to month, extra days | convert days to month, extra days |
convert days to month, extra days.c
|
8 | convert farenheit to celcius | convert farenheit to celcius |
convert farenheit to celcius.c
|
9 | roots of quadratic equation | roots of quadratic equation |
roots of quadratic equation.c
|
10 | convert km to m,ft,inch | convert km to m,ft,inch |
convert km to m,ft,inch.c
|
11 | Interchange the value of 2 variable using 3rd variable | Interchange the value of 2 variable using 3rd variable |
Interchange the value of 2 variable using 3rd variable.c
|
12 | Interchange the value of 2 variable without using 3rd variable | Interchange the value of 2 variable without using 3rd variable |
Interchange the value of 2 variable without using 3rd variable.c
|
13 | Symbolic constant example | Symbolic constant example |
Symbolic constant example.c
|
14 | enum example | enum example |
enum example.c
|
15 | Overflow Underflow of data example | Overflow Underflow of data example |
Overflow Underflow of data example.c
|
16 | type conversion example | type conversion example |
type conversion example.c
|
17 | mathematical functions example | mathematical functions example |
mathematical functions example.c
|
18 | Number is postive or negative | Number is postive or negative |
Number is postive or negative.c
|
19 | Result pass or fail | Result pass or fail |
Result pass or fail.c
|
20 | Number is even or odd | Number is even or odd |
Number is even or odd.c
|
21 | Maximum of 2 numbers | Write a program to find out maximum of 2 numbers |
Maximum of 2 numbers.c
|
22 | Maximum of 3 numbers using else if ladder | Maximum of 3 numbers using else if ladder |
Maximum of 3 numbers using else if ladder.c
|
23 | Maximum of 5 numbers using else if ladder | Maximum of 5 numbers using else if ladder |
Maximum of 5 numbers using else if ladder.c
|
24 | Maximum of 3 numbers using nested if | Maximum of 3 numbers using nested if |
Maximum of 3 numbers using nested if.c
|
25 | Middle number of 3 numbers | Middle number of 3 numbers |
Middle number of 3 numbers.c
|
26 | Result of student using percent | Result of student using percent |
Result of student using percent.c
|
27 | Result of student using Marks of 5 Subjects | Result of student using Marks of 5 Subjects |
Result of student using Marks of 5 Subjects.c
|
28 | Switch case Example | Switch case Example |
Switch case Example.c
|
29 | Result of student using percent (use switch case) | Result of student using percent (use switch case) |
Result of student using percent (use switch case).c
|
30 | Year is leap year or not | Write a program to find out a given year is leap year or not |
Year is leap year or not.c
|
31 | Electricity bill charges calculation | Electricity bill charges calculation |
Electricity bill charges calculation.c
|
32 | Absolut X using IfElse | Absolut X using IfElse |
Absolut X using IfElse.c
|
33 | Absolut X using Condition Operator | Absolut X using Condition Operator |
Absolut X using Condition Operator.c
|
34 | Max 2 nos using Condition Operator | Max 2 nos using Condition Operator |
Max 2 nos using Condition Operator.c
|
35 | Maximum of 3 numbers using conditional operator | Maximum of 3 numbers using conditional operator |
Maximum of 3 numbers using conditional operator.c
|
36 | disply 1 to 5 numbers using goto | disply 1 to 5 numbers using goto |
disply 1 to 5 numbers using goto.c
|
37 | number to word between 1 to 100 | number to word between 1 to 100 |
number to word between 1 to 100.c
|
38 | number to word between 1 to 1000 | number to word between 1 to 1000 |
number to word between 1 to 1000.c
|
39 | number to roman | number to roman |
number to roman.c
|
40 | display 1 to 10 numbers using for loop | display 1 to 10 numbers using for loop |
display 1 to 10 numbers using for loop.c
|
41 | display 1 to 10 numbers using while loop | display 1 to 10 numbers using while loop |
display 1 to 10 numbers using while loop.c
|
42 | display 1 to 10 numbers using do while loop | display 1 to 10 numbers using do while loop |
display 1 to 10 numbers using do while loop.c
|
43 | display 10 to 1 numbers using for loop | display 10 to 1 numbers using for loop |
display 10 to 1 numbers using for loop.c
|
44 | display 10 to 1 numbers using while loop | display 10 to 1 numbers using while loop |
display 10 to 1 numbers using while loop.c
|
45 | display odd number between 1 to 10 numbers | display odd number between 1 to 10 numbers |
display odd number between 1 to 10 numbers.c
|
46 | display even number between 1 to 10 numbers | display even number between 1 to 10 numbers |
display even number between 1 to 10 numbers.c
|
47 | display 1 to N numbers using for loop | display 1 to N numbers using for loop |
display 1 to N numbers using for loop.c
|
48 | display square of 1 to N numbers | display square of 1 to N numbers |
display square of 1 to N numbers.c
|
49 | display cube of 1 to N numbers | display cube of 1 to N numbers |
display cube of 1 to N numbers.c
|
50 | Sum of 1st N nos | Sum of 1st N nos |
Sum of 1st N nos.c
|
51 | Sum of Square of 1st N nos | Sum of Square of 1st N nos 1^2+2^2+3^2+…+N^2 |
Sum of Square of 1st N nos.c
|
52 | Sum of N user input nos | Sum of N user input nos x1+x2+x3+…+xn |
Sum of N user input nos.c
|
53 | Sum of square of N user input nos | Sum of square of N user input nos x1^2+x2^2+x3^2+…+xn^2 |
Sum of square of N user input nos.c
|
54 | Max number from N numbers | Max number from N numbers |
Max number from N numbers.c
|
55 | Min number from N numbers | Min number from N numbers |
Min number from N numbers.c
|
56 | Max min from N numbers | Max min from N numbers |
Max min from N numbers.c
|
57 | Pattern Left Align | Pattern Left Align |
Pattern Left Align.c
|
58 | Pattern Star Left Align Below | Pattern Star Left Align Below |
Pattern Star Left Align Below.c
|
59 | Pattern Star Right Align Above | Pattern Star Right Align Above |
Pattern Star Right Align Above.c
|
60 | Pattern Star Right Align Below | Pattern Star Right Align Below |
Pattern Star Right Align Below.c
|
61 | Pattern Center Align | Pattern Center Align |
Pattern Center Align.c
|
62 | Pattern Star Center Align Below | Pattern Star Center Align Below |
Pattern Star Center Align Below.c
|
63 | Pattern 1,2 2,3 3 3,4 4 4 4 | Pattern 1,2 2,3 3 3,4 4 4 4 |
Pattern 1,2 2,3 3 3,4 4 4 4.c
|
64 | Pattern 1,1 2,1 2 3,1 2 3 4 | Pattern 1,1 2,1 2 3,1 2 3 4 |
Pattern 1,1 2,1 2 3,1 2 3 4.c
|
65 | Pattern 1,2 3,4 5 6, | Pattern 1,2 3,4 5 6, |
Pattern 1,2 3,4 5 6,.c
|
66 | Pattern No ,1 2 4, 8 16 32 | Pattern No ,1 2 4, 8 16 32 |
Pattern No ,1 2 4, 8 16 32.c
|
67 | Pattern 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
|
68 | Pattern 1,0 1,1 0 1, | Pattern 1,0 1,1 0 1, |
Pattern 1,0 1,1 0 1,.c
|
69 | PATTERN | PATTERN |
PATTERN.c
|
70 | Factorial number | Factorial number |
Factorial number.c
|
71 | Fibonacci series of N numbers | Write a program to find out fibonacci series of N numbers |
Fibonacci series of N numbers.c
|
72 | Number is prime number or not | Write a program to check a given number is prime number or not |
Number is prime number or not.c
|
73 | Number is perfect number or not | Write a program to find out a given number is perfect number or not |
Number is perfect number or not.c
|
74 | Reverse No | Reverse No |
Reverse No.c
|
75 | Palindrome No | Palindrome No |
Palindrome No.c
|
76 | Amstrong number | Write a program to check whether a given number is Amstrong number or not |
Amstrong number.c
|
77 | Floyd's Triangle of N Rows | Write a program to display Floyd's Triangle of N Rows |
Floyd's Triangle of N Rows.c
|
78 | Decimal number to Binary number | Write a program to convert a given Decimal number to Binary number |
Decimal number to Binary number.c
|
79 | Decimal number to Octal number | Write a program to convert a given Decimal number to Octal number |
Decimal number to Octal number.c
|
80 | Decimal number to Hexadecimal number | Write a program to convert a given Decimal number to Hexadecimal number |
Decimal number to Hexadecimal number.c
|
81 | Decimal number to Binary, Octal, Hexadecimal number | Write a program to convert a given Decimal number to Binary, Octal, Hexadecimal number |
Decimal number to Binary, Octal, Hexadecimal number.c
|
82 | Sum of 1st and last digit of 4 digit number | Write a program to sum of 1st and last digit of 4 digit number |
Sum of 1st and last digit of 4 digit number.c
|
83 | Multiplication table | Write a program of Multiplication table from 1 to 10 |
Multiplication table.c
|
84 | Hexa Octal Decimal from 0 to 15 | Hexa Octal Decimal from 0 to 15 |
Hexa Octal Decimal from 0 to 15.c
|
85 | Prime number between 1 to N | Prime number between 1 to N |
Prime number between 1 to N.c
|
86 | Perfact number between 1 to N | Perfact number between 1 to N |
Perfact number between 1 to N.c
|
87 | Amstrong number between 1 to N | Amstrong number between 1 to N |
Amstrong number between 1 to N.c
|
88 | All factors of a number | All factors of a number |
All factors of a number.c
|
89 | Prime factors of a number | Prime factors of a number |
Prime factors of a number.c
|
90 | 1_(1-x) series | 1/(1-x) = 1 + x + x^2 + x^3 + … + x^n for -1 < x < 1, with 0.01 percent accuracy |
1_(1-x) series.c
|
91 | e^x series | e^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
|
92 | e^-x series | e^-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
|
93 | sin(x) series | sin(x) = x - x^3/3! + x^5/5! - x^7/7! + … for -1 < x < 1, with 0.01 percent accuracy |
sin(x) series.c
|
94 | cos(x) series | cos(x) = 1 - x^2/2! + x^4/4! - x^6/6! + … for -1 < x < 1, with 0.01 percent accuracy |
cos(x) series.c
|
95 | Calculate the Value of nPr | Calculate the Value of nPr |
Calculate the Value of nPr.c
|
96 | Calculate the value of nCr | Calculate the value of nCr |
Calculate the value of nCr.c
|
97 | Multiplication table | Multiplication table |
Multiplication table.c
|
98 | HCF or GCD of a given Number without using Recursion | HCF or GCD of a given Number without using Recursion |
HCF or GCD of a given Number without using Recursion.c
|
99 | HCF or GCD of given Numbers using Recursion | HCF or GCD of given Numbers using Recursion |
HCF or GCD of given Numbers using Recursion.c
|
100 | Power of a Number | Power of a Number |
Power of a Number.c
|
101 | GCD and LCM of Two Integers using Euclids algorithm | GCD and LCM of Two Integers using Euclids algorithm |
GCD and LCM of Two Integers using Euclids algorithm.c
|
102 | 1-Dim Array Input & Display | Write a program to input and display an array of 10 elements |
1-Dim Array Input & Display.c
|
103 | Addition of 1-dim array elements | Write a program to addition of 10 elements using an array |
Addition of 1-dim array elements.c
|
104 | Maximum and minimum value of an array | Write a program to find out maximum and minimum value of an array of 10 elements |
Maximum and minimum value of an array.c
|
105 | Array Sum Even Odd | WAP to find the Even and Odd number in given order. |
Array Sum Even Odd.c
|
106 | Array Reverse | WAP to Reverse a given 1 dim array |
Array Reverse.c
|
107 | multiplication of two 1-Dim arrays | Write a program to find multiplication of two 1-Dim arrays |
multiplication of two 1-Dim arrays.c
|
108 | Sort an array (Bubble Sort) | Write a program to sort an array using Bubble Sort |
Sort an array (Bubble Sort).c
|
109 | Search a number in array | Write a program to find out a given number is present or not in a given array |
Search a number in array.c
|
110 | Search a number in given 1-dim array | Write a program to search a number in given 1-dim array |
Search a number in given 1-dim array.c
|
111 | Matrix input and display | Write a program to input and display in a matrix |
Matrix input and display.c
|
112 | Addition of 2 matrices | Write a program to find out addition of 2 matrices |
Addition of 2 matrices.c
|
113 | Multiplication of 2 matrices | Write a program to find out multiplication of 2 matrices |
Multiplication of 2 matrices.c
|
114 | Maximum and minimum value from a matrix | Write a program to find out maximum and minimum value from a matrix |
Maximum and minimum value from a matrix.c
|
115 | Transpose of matrix | Write a program to find out transpose of a matrix |
Transpose of matrix.c
|
116 | Create Identity Matrix | Create Identity Matrix |
Create Identity Matrix.c
|
117 | Check Identity Matrix or not | Check Identity Matrix or not |
Check Identity Matrix or not.c
|
118 | Matrix 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 |
Matrix fill Upper Right +1, Lower left -1, left to Right diagonal 0.c
|
119 | Matrix fill Upper left +1, Lower right -1, Right to left diagonal 0 | Write 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
|
120 | sum of even and odd numbers in a matrix | WAP to input a matrix and find the sum of even and odd numbers. |
sum of even and odd numbers in a matrix.c
|
121 | Row wise, Column wise addition of matrix | Write a program to calculate row wise and column wise addition of a matrix |
Row wise, Column wise addition of matrix.c
|
122 | Rowwise Sorting of Matrix | Rowwise Sorting of Matrix |
Rowwise Sorting of Matrix.c
|
123 | COUNT GROUP | COUNT GROUP |
COUNT GROUP.c
|
124 | Ballot Paper Count Votes of each Candiate | Ballot Paper Count Votes of each Candiate |
Ballot Paper Count Votes of each Candiate.c
|
125 | Circular Matrix from outside to inside | Write a program of circular matrix of size N from outside to inside |
Circular Matrix from outside to inside.c
|
126 | Circular Matrix from inside to outside | Write a program of circular matrix of size N from inside to outside |
Circular Matrix from inside to outside.c
|
127 | fibonacci series in pascal triangle format | display fibonacci series in pascal triangle format |
fibonacci series in pascal triangle format.c
|
128 | Calculate the Mean, Variance & Standard Deviation | Calculate the Mean, Variance & Standard Deviation |
Calculate the Mean, Variance & Standard Deviation.c
|
129 | Insert an element at y position in array | Insert an element at y position in array |
Insert an element at y position in array.c
|
130 | Delete an element at y position in array | Delete an element at y position in array |
Delete an element at y position in array.c
|
131 | Delete any element in array | Delete any element in array |
Delete any element in array.c
|
132 | Merging two sorted 1 dim array | Merging two sorted 1 dim array |
Merging two sorted 1 dim array.c
|
133 | Character is Capital, Small, Digit or Special Symbol | Write a program to find out a given character is Capital, Small, Digit or Special Symbol |
Character is Capital, Small, Digit or Special Symbol.c
|
134 | character is alphabate or digit or special char | Write a program to check whether a given character is alphabate or digit or special character |
character is alphabate or digit or special char.c
|
135 | lower to upper case char | lower to upper case char |
lower to upper case char.c
|
136 | upper to lower case char | upper to lower case char |
upper to lower case char.c
|
137 | Toggle char with inbuilt function | Toggle char with inbuilt function |
Toggle char with inbuilt function.c
|
138 | Toggle char without using inbuilt function | Toggle char without using inbuilt function |
Toggle char without using inbuilt function.c
|
139 | All alphabates and its ASCII value | Write a program to display all characters and its ascii value from A to z |
All alphabates and its ASCII value.c
|
140 | Read Line Without Inbuilt Function | Read Line Without Inbuilt Function |
Read Line Without Inbuilt Function.c
|
141 | String Copy Without Inbuilt Funciton | String Copy Without Inbuilt Funciton |
String Copy Without Inbuilt Funciton.c
|
142 | String Compare Without Inbulit Function | String Compare Without Inbulit Function |
String Compare Without Inbulit Function.c
|
143 | Concate two strings | Write a program to concate two strings without using inbuilt function |
Concate two strings.c
|
144 | String Sorting | String Sorting |
String Sorting.c
|
145 | Character Sorting in a string | Write a program to sort characters in a given string.
For eg: Input atozmath then output aahmottz |
Character Sorting in a string.c
|
146 | Toggle String | Toggle String |
Toggle String.c
|
147 | given string into its reverse case | Write 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
|
148 | String Reverse | String Reverse |
String Reverse.c
|
149 | String is palindrome or not | Write a program to find out given string is palindrome or not |
String is palindrome or not.c
|
150 | Word Char Vovel Consonants Count | Word Char Vovel Consonants Count |
Word Char Vovel Consonants Count.c
|
151 | Count word and characters from sentence | Count word and characters from sentence |
Count word and characters from sentence.c
|
152 | Count the number of lines, words, characters from a paragraph | Count the number of lines, words, characters from a paragraph |
Count the number of lines, words, characters from a paragraph.c
|
153 | Delete Character from a sentence | Delete Character from a sentence |
Delete Character from a sentence.c
|
154 | Replace Character in a sentence | Replace Character in a sentence |
Replace Character in a sentence.c
|
155 | Count Character from a sentence | Count Character from a sentence |
Count Character from a sentence.c
|
156 | Count All Character from a sentence | Count All Character from a sentence |
Count All Character from a sentence.c
|
157 | Delete duplicate character from sentence | Write a program to delete duplicate character from a sentence |
Delete duplicate character from sentence.c
|
158 | Display all words from a sentence | Write a program to display all words from a sentence |
Display all words from a sentence.c
|
159 | Delete word from sentence | Write a program to delete a word from a given sentence. |
Delete word from sentence.c
|
160 | Replace word from sentence | Write a program to replace a word from a sentence |
Replace word from sentence.c
|
161 | F. M. Last Name from Full Name Sentence | F. M. Last Name from Full Name Sentence |
F. M. Last Name from Full Name Sentence.c
|
162 | F. M. Last Name from Full Name | Write a program to display the follwoing
Input: Piyush Nemchand Shah
Output: P. N. Shah |
F. M. Last Name from Full Name.c
|
163 | printline function with no argument and no return value | printline function with no argument and no return value |
printline function with no argument and no return value.c
|
164 | printline function with 1 argument (size) and no return value | printline function with 1 argument (size) and no return value |
printline function with 1 argument (size) and no return value.c
|
165 | printline function with 1 argument (character disp) and no return value | printline function with 1 argument (character disp) and no return value |
printline function with 1 argument (character disp) and no return value.c
|
166 | printline function with 2 argument (size, character disp) and no return value | printline function with 2 argument (size, character disp) and no return value |
printline function with 2 argument (size, character disp) and no return value.c
|
167 | addtion of 2 numbers using function | addtion of 2 numbers using function |
addtion of 2 numbers using function.c
|
168 | addtion, substraction, multiplication, division of 2 numbers using function | addtion, substraction, multiplication, division of 2 numbers using function |
addtion, substraction, multiplication, division of 2 numbers using function.c
|
169 | maximum of 2 nos using function | maximum of 2 nos using function |
maximum of 2 nos using function.c
|
170 | Factorial using function | Factorial using function |
Factorial using function.c
|
171 | Fibonacci series using funciton with no return value | Fibonacci series using funciton with no return value |
Fibonacci series using funciton with no return value.c
|
172 | Fibonacci series using recursion function | Fibonacci series using recursion function |
Fibonacci series using recursion function.c
|
173 | maximum no from 1 dim array using function | maximum no from 1 dim array using function |
maximum no from 1 dim array using function.c
|
174 | Bubble sort using function | Write a program to display an array in ascending order (Bubble Sort) using function |
Bubble sort using function.c
|
175 | Factorial of a number using recursion | Write a program to find out factorial of a number using recursion funciton |
Factorial of a number using recursion.c
|
176 | menu driven program to find out Factorial No, Prime No, Even Odd no | Write 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
|
177 | Structure Input and display | Structure Input and display |
Structure Input and display.c
|
178 | Structure copy and compare example | Structure copy and compare example |
Structure copy and compare example.c
|
179 | Struct Input and display | Struct Input and display |
Struct Input and display.c
|
180 | PercentageWise Struct Sorting | PercentageWise Struct Sorting |
PercentageWise Struct Sorting.c
|
181 | GuestHouse Struct RoomType sorting | GuestHouse Struct RoomType sorting |
GuestHouse Struct RoomType sorting.c
|
182 | Cricket structure sorting with team-wise | Define 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
|
183 | nested structure | nested structure |
nested structure.c
|
184 | Pointer and address example | Pointer and address example |
Pointer and address example.c
|
185 | Increment the value using pointer | Increment the value using pointer |
Increment the value using pointer.c
|
186 | Pointer and 1 dim array example | Pointer and 1 dim array example |
Pointer and 1 dim array example.c
|
187 | Pointer and 2 dim array example | Pointer and 2 dim array example |
Pointer and 2 dim array example.c
|
188 | Swap values of two variables using call by value | Swap values of two variables using call by value |
Swap values of two variables using call by value.c
|
189 | Array sorting using pointer | Array sorting using pointer |
Array sorting using pointer.c
|
190 | Program to concatenate two strings using pointers | Program to concatenate two strings using pointers |
Program to concatenate two strings using pointers.c
|
191 | Program to copy string using pointers | Program to copy string using pointers |
Program to copy string using pointers.c
|