1 | Program to print Hello World |
2 | Add Two Numbers |
3 | Program to subtract two numbers |
4 | Program to multiply two numbers |
5 | Program to divide two numbers |
6 | Program to find modulus of two numbers |
7 | Program to find Quotient and Remainder |
8 | Program to calculate power of a number |
9 | Program to calculate Permutation And Combination |
10 | Program to find simple interest |
11 | Program to calculate Gross Salary |
12 | Program to calculate percentage mark of student |
13 | Program to calculate Grade of Student |
14 | Program to find the average of numbers in a given range |
15 | Program to generate Random number in a given Range |
16 | Program to Swap Two Numbers |
17 | Program to find sum of digits of a number |
18 | Program to reverse a number |
19 | Program to calculate Factorial of a Number |
20 | Program to display multiplication table of a number |
21 | Program to Display Fibonacci Series |
22 | Program to Display Fibonacci Series using Recursion |
23 | Program of Simple Calculator using switch |
24 | Program to convert Binary to Decimal |
25 | Program to convert Binary to Hexa Decimal |
26 | Program to convert Decimal to Octal |
27 | Program to convert Decimal to Binary |
28 | Program to convert Octal to Decimal |
29 | Program to print all Squares of numbers from 1 to given Range |
30 | Program to find sum of first and last digit of a number |
31 | Program to find factors of a Number |
32 | Program to find HCF using Recursion |
33 | Program to find HCF(Highest Common Factor)/GCD(Greatest Common Divisor) and LCM(Least Common Multiple) |
34 | Program to find LCM(Least Common Multiple) |
35 | Program to calculate factorial using Recursion |
36 | program to calculate square root of a number using sqrt() |
37 | Program to calculate square root of a number without using standard library function sqrt() |
38 | Program to find largest and smallest digit in a Number |
39 | Program to find largest and smallest character in a String |
40 | Program to calculate power of a number using recursion |
41 | Simple Calculator Using If Else |
42 | Data Type in C and Java |
43 | Menu Driven Simple Calculator Using If Else |
44 | Program to add two complex numbers |
45 | Program to calculate area of a circle |
46 | Program to calculate area of triangle |
47 | Program to calculate right angle triangle |
48 | Program to calculate area of square |
49 | Program to calculate area of a Rectangle |
50 | Program to calculate volume and surface area of cube |
51 | Program to calculate volume and surface area of cylinder |
52 | Program to calculate Volume and Surface Area of Sphere |
53 | Program to swap two strings |
54 | Program to Find ASCII value of a character |
55 | Program To Check Armstrong Number |
56 | Program to Check Whether a Number is Even or Odd |
57 | Program to Check Whether a Character is a Vowel or Not |
58 | Program to Check Whether a Number is Prime or Not |
59 | Program to find greatest of 3 numbers |
60 | Check whether a given number is a perfect number or not |
61 | Program to Check Leap Year |
62 | Program to find all prime numbers in given range |