Practical 10th Class.
Practical 10th Class.
Class: 10th
Sub: Comp
C – PROGRAMMING LANGUAGE
1. C Program to find the sum of two numbers – Use of printf() and scanf()
2. C Program to find subtraction of two numbers – Use of assignment (=) operator
3. C Program to find multiplication and division of two numbers
4. C Program to Calculate Area and Circumference of Circle
5. C Program to Calculate Area of Right angle Triangle
6. C Program to Calculate Area of Rectangle
7. C Program to calculate sum of 5 subjects and find percentage
8. C Program to compare two integers – Use of if()- else
9. C Program to compare threepercentage
10. C Program to find whether the number is even or odd
11. C Program to find if a given number is positive or negative
12. C Program to Swap Two Numbers using temporary variable (temp)
13. C Program to convert temperature from degree Centigrade to Fahrenheit
14. C Program to check whether the number is Prime or not
15. C Program to find table of a number
16. C Program to print numbers in reverse order from 1 to 10
17. C Program to print even numbers from 1 to 20
18. C Program to print odd numbers from 1 to 20
19. C Program to find Roots of a Quadratic Equation
20. C Program to find the Grade of a student on percentage marks
21. C Program to find Grade of a student using switch statement
22. C Program to find the Sum of odd series from 1 to 100
23. C Program to print the following create a simple calculator using Switch statement
24. C Program to find Factorial of a number
25. C Program to find GCD of two numbers