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