0% found this document useful (0 votes)
18 views1 page

Practical 10th Class.

The document lists 25 practical programming problems for students taking their first term exams in Class 10. The problems cover basic C programming concepts like input/output, arithmetic operators, conditional statements, loops, functions, arrays and strings. Some examples include programs to calculate area of shapes, compare and swap numbers, check number types, find roots and factorials.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Practical 10th Class.

The document lists 25 practical programming problems for students taking their first term exams in Class 10. The problems cover basic C programming concepts like input/output, arithmetic operators, conditional statements, loops, functions, arrays and strings. Some examples include programs to calculate area of shapes, compare and swap numbers, check number types, find roots and factorials.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Army Public School & College System Mailsi

Class: 10th

List Of Practicals For 1st Term Exams

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

You might also like