0% found this document useful (0 votes)
38 views2 pages

Class: X Subject: Computer Science Control Structures

This document contains a list of 30 programming problems related to control structures, arrays, and graphics in the C programming language. The problems cover topics such as string manipulation, number calculations, loops, factors, prime numbers, matrices, drawing shapes, and animation. The goal is to write C programs to solve each problem by using the appropriate control structures, arrays, and graphics functions.

Uploaded by

Muthumeenatchi U
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)
38 views2 pages

Class: X Subject: Computer Science Control Structures

This document contains a list of 30 programming problems related to control structures, arrays, and graphics in the C programming language. The problems cover topics such as string manipulation, number calculations, loops, factors, prime numbers, matrices, drawing shapes, and animation. The goal is to write C programs to solve each problem by using the appropriate control structures, arrays, and graphics functions.

Uploaded by

Muthumeenatchi U
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/ 2

Class: X Subject: Computer Science

Control Structures

1. C Program to Remove all Characters in a String Except Alphabet

2. C Program to Calculate the Sum of Natural Numbers

3. C Program to Find Factorial of a Number

4. C Program to Generate Multiplication Table

5. C Program to Display Fibonacci Sequence

6. C Program to Find GCD of two Numbers

7. C Program to Find LCM of two Numbers

8. C Program to Display Characters from A to Z Using Loop

9. C Program to Count Number of Digits in an Integer

10. C Program to Reverse a Number

11. C Program to Calculate the Power of a Number

12. C Program to Check Whether a Number is Palindrome or Not

13. C Program to Check Whether a Number is Prime or Not

14. C Program to Display Prime Numbers Between Two Intervals

15. C Program to Check Armstrong Number

16. C Program to Display Armstrong Number Between Two Intervals

17. C Program to Display Factors of a Number

18. C Programming Code To Create Pyramid and Structure

19. C Program to Make a Simple Calculator Using switch...case

20. C Programming Code To Create Pyramid and Pattern

Array Programs
21. C Program to Calculate Average Using Arrays

22. C Program to Find Largest Element of an Array

23. C Program to Add Two Matrix Using Multi-dimensional Arrays

24.C Program to Find Transpose of a Matrix

Graphics in C Programs

25. C program to draw circle using c graphics

26. Program to Create circles inside various circles in C

27. C program to draw a hut and color it using graphics

28. C program for drawpoly

29. C program to draw stars in night sky using graphics

30. C program for bouncing ball graphics animation

You might also like