Saturday, October 1, 2022

C Programming Questions Collection - SEE Computer Science 2079

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

2.      Write a program in c language to calculate simple interest.

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

4.      Write a C program that asks a number and check whether it is negative, positive or zero. [SEE 2078], [MODEL SET 2]

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

6.      Write a program in C language to input a number then check whether the number is divisible by 5 and 7 or not. [SEDIPS 2078]

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

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

9.      Write a program in C language to display first 10 odd numbers. [SEE 2078]

10.   Write a C program to find the sum of first 10 natural numbers.

11.   Write a program in C language to display the series 2, 4, 6, 8 up to 10th terms.

12.   Write a program in C language to display the series 1, 1, 2, 3, 5, 8 upto 10th terms.

13.   Write a program in C language to print series1, 8, 27, 64………..up to 10th terms.

14.   Write a program in C language to display the below series: 5, 10, 15, 20, ….50.

15.   Write a program in C language to display the series with their sum; 100, 95, 90, 85…..upto 10th term. [SEDIPS 2078]

16.   Write a program to print the numbers from 1 to 100 using while loop in C language.

17.   Write a program in C language to generate the series using SUB …… END SUB : -10, -18, -6, -4, ………. Up to 20th term.

 

We will not punish mistakes and errors. Mistakes are how we learn.

 

 

No comments:

Post a Comment