Physics Lab C/C++

Paper-10-PHHP-308: 
Microprocessors & Computer Lab
Use "Dev C++" : Download ( with GCC) 
You can remove both cin.get() before return(0) if you are using 
Dev C++ with GCC 

Program 1 (a) : Converting Temperature from Celsius to Fahrenheit
Program 1 (b) : Finding Area of a Circle

Program 1 (c) : Finding Volume of  Sphere

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


Program 3 : Locating a Number in a Given List (Linear Search)

Program 4 (a) : Finding the Largest of Three Numbers

Program 4 (b) : Finding the Largest Number in a Given List of Numbers

Program 5 : Calculating the first "n" prime numbers

Program 6 (a) : Rearranging a List of Numbers in Ascending Order

 Program 6 (b) : Rearranging a List of Numbers in Descending Order

Program 7 (a) : Calculating Factorial of a Number

Program 7 (b) : Calculating the first "n" Factorials

Program 8 (a) : Addition of two Matrices

 Program 8 (b) : Subtraction of two Matrices


Program 8 (c) : Multiplication of two Matrices