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

Index

This document contains an index of 20 programming problems with page numbers ranging from 1 to 35. The index includes problems on reversing 3-digit numbers, checking if a number is Armstrong, using functions and switch-case for a calculator, finding the greatest of 3 numbers with conditional operators, determining if a number is even or odd, and more computational and mathematical problems.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views2 pages

Index

This document contains an index of 20 programming problems with page numbers ranging from 1 to 35. The index includes problems on reversing 3-digit numbers, checking if a number is Armstrong, using functions and switch-case for a calculator, finding the greatest of 3 numbers with conditional operators, determining if a number is even or odd, and more computational and mathematical problems.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

INDEX

S.No. Program
1. 2. Program for Reverse of 3-digit num. without using loop Program for checking whether the no is Armstrong or not Program for Calculator using Function & switch-case 4. Finding greatest no. among 3numbers using conditional operator Finding Even or Odd number

Pag e No.
1 2

Signature

3.

5.

6.

Finding the value of equation 1+1/2+1/3+.+1/n Greatest number amongst 3 using if, else Finding HCF for 2-numbers Program to find whether the no is palindrome or not Program for Checking Prime or Odd Number Program for LCM of two numbers Program for adding two-multi dimensions matrices Program for Factorial of a number

7.

8. 9. 10.

9 11 12

11. 12.

13 14

13.

16

14.

Program for table of a number

17

15.

Program to display

* * * * *

18 * * * * * * 19

16.

Program to display *

17. 18. 19. 20.

Program to find area of circle Program to find the simple interest Program to find the sum of first n numbers using while statement Program to illustrate the concept of call by reference Program to illustrate the concept of call by value Program to illustrate the use of structure Program to illustrate the use of union Program for Swapping two numbers without 3rd variable Program for Swapping 2-no using 3rd variable Program for displaying Flloyds triangle Program for converting Fahrenhiet to Celsius Program to Enter a String and Reverse it Program to print Prime Number in a given range

20 21 22 23

21. 22. 23. 24. 25. 26. 27. 28. 29.

24 25 27 29 30 31 33 34 35

You might also like