C PROGRAMMING LAB
I
CYCLE EXPERIMENTS

Aim:-Write
a program to print your name and address.

Aim:-Write
a program to conversion of temperature from F to C and wise verse.

Aim:-Write
a program to find the grade of a student based on the mark secured in the 3
subjects.
Average
mark
|
Grade
|
80
- 100
|
A
|
60
- 79
|
B
|
40
- 59
|
C
|
0
-39
|
D
|

Aim:-Write
a program to find the factorial of a number.

Aim:-Write
a program to find the sum of given series
S=
.


Aim:-Write
a program to find the roots of a quadratic equation.

Aim:-Write
a program to find the greatest of 3 numbers.

Aim:-Write
a program to reverse the digit of a number.

Aim:-Write
a program to verify whether the given number is prime or not.

Aim:-Write
a program to generate the Fibonacci series (0,1,1,2,3,5,8,…n.)

Aim:-Write
a program to check whether the given number is Amstrong or not.

Aim:-Write
a program to generate the prime numbers up to n.

Aim:-Write
a program to find the largest integer from an array of n numbers.

Aim:-Write
a program to find the sum of even numbers in an array of n integers.

Aim:-Write
a program to find the occurrence of a character in a string.

Aim:-Write
a program to finding the count of vowels in a string.