Wednesday, November 5, 2025

Practice C Programs - SEE COMPUTER SCIENCE 2082

 Practice C Programs - SEE COMPUTER  SCIENCE 2082

 


1.     Write C program to find average number of any two numbers.

2.     Write a program in C language to ask to enter two numbers and find out the sum and product.

3.     Write a program in 'C' language to find simple interest where user need to input Principle, Rate and Time.

4.     Write a program in C language to ask length, breadth and height and display volume of box

5.     Write a program in C language that asks a number and check whether it is odd or even.

6.     Write a program in C language that asks for an integer value and checks whether it is divisible by 7 or not.

7.     Write a program in C language to input a number then check whether the number is fully divisible by 5 or not.

8.     Write a C program to test whether the given number is exactly divisible by 13 or not.

9.     Write a program in C language to enter a number and find out whether it is positive or negative

10.                        Write a C program that asks a number and check whether it is negative, positive or zero.

11.                        Write a program in C language that asks any two numbers and displays the greatest among them.

12.                        Write a program to read any three integer numbers from the keyboard and find the smallest number using C-Language.

13.                        WAP to read two numbers and display the smaller one using C-Program

14.                        Write a progam is C language to check the students whether that are pass or fail, when the pass mark is 45

15.                        Write a program in C language to input length of three rods and display whether the triangle can be formed by those rods or not.

16.                        Write a program in C language that asks the value of 3 sides of a triangle then check whether triangle is Scalene or not.

17.                        Write a program in C language to display the series with their sum.1, 2, 3, 4 upto 10th terms.

18.                        Write a program in C-language to display the series 2, 4, 6, 8 up to the 10th term.

19.                        Write a program in C language to display the series with their sum 1, 4, 9, 16.... up to 10th term.

20.                        Write a program in C language to display first 10 odd numbers.

21.                        Write a C program to display the sum of first 20 even number.

22.                        Write a program to print first 10 natural number using C language.

23.                        Write a program in ‘C’ language to find the sum of first ten natural numbers.

24.                        Write a program in C to sum of odd number from 80 to 90.

25.                        Write a program in C language to display the series with their sum 40, 41, 42, 43…….10th terms.

26.                        Write a program in C language to display the odd numbers from 1000 to 500 with their sum.