C Language
C Language
Write a program to calculate the area of triangle using formula at=√s(s- a)(s-b)(s-c)
1
2
Basic salary of an employee is input through the keyboard. The DA is 25% of the basic salary while the HRA
is 15% of the basic salary. Provident Fund is deducted at the rate of 10% of the gross salary (BS+DA+HRA).
2
3
3
4
Write a program to find the largest of three numbers using nested if else.
Write a program to receive marks of physics, chemistry & maths from user & check its eligibility
for course if
Write a program to find the value of y for a particular value of n. The a, x, b, n is input by user
b. if n=4 y=a+x/b
4
5
5
6
6
7
7
8
8
9
9
10
10
11
11
12
12
13
Write a program to print out all the Armstrong number between 100 and 500.
13
14
14
15
321
21
**
***
15
16
a. 2
b. 4
c. 6
d. 8
e. 9
Write a function that return sum of all the odd digits of a given positive no entered through keyboard.
THANK YOU!
16
17
17