top of page

  Note : You can remove both cin.get() before return(0); if you are using Dev C++ with GCC 

Converting Temperature from Celsius to Fahrenheit.

Code C/C++

Finding Area of a Circle with Radius r.

Code C/C++

Finding Volume of  Sphere

Code C/C++

Finding Volume of  Sphere

Code C/C++

Finding Roots of a Quadratic Equation : Real and Distinct, Repeated and Imaginary

Code C/C++
Code C/C++

Locating a Number in a Given List (Linear Search)

Code C/C++
Code C/C++

Finding the Largest of Three Numbers

Code C/C++

Finding the Largest Number in a Given List of Numbers

Code C/C++

Calculating the first "n" Prime Numbers

Code C/C++

Rearranging a List of Numbers in Ascending Order

Code C/C++

Rearranging a List of Numbers in Descending Order

Code C/C++

Calculating Factorial of a Number

Code C/C++

Calculating the First "n" Factorials

Code C/C++

Addition of Two Matrices

Code C/C++
Code C/C++

Subtraction of two Matrices

Code C/C++
Code C/C++

Multiplication of two Matrices 

Code C/C++
Code C/C++
bottom of page