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

25 Programs of C - Index

This document contains an index listing 25 programming concepts and their corresponding page numbers. The index includes concepts such as checking Armstrong numbers, switches, matrix transpose, even/odd checks, structures, unions, perfect numbers, conversions between Celsius and Fahrenheit, leap years, Fibonacci series, binary conversions, array averages, array additions, factorials with recursion, value swapping with functions, matrix multiplication, summing marks, prime number checks with user input, finding greatest numbers in arrays, call by address in functions, prime number functions, binary search, stack push and pop operations, insertion sort, and pointers.

Uploaded by

Azeem026
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)
48 views1 page

25 Programs of C - Index

This document contains an index listing 25 programming concepts and their corresponding page numbers. The index includes concepts such as checking Armstrong numbers, switches, matrix transpose, even/odd checks, structures, unions, perfect numbers, conversions between Celsius and Fahrenheit, leap years, Fibonacci series, binary conversions, array averages, array additions, factorials with recursion, value swapping with functions, matrix multiplication, summing marks, prime number checks with user input, finding greatest numbers in arrays, call by address in functions, prime number functions, binary search, stack push and pop operations, insertion sort, and pointers.

Uploaded by

Azeem026
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

Roll Number: 9061120005 Name: Yogita Agarwal Class: PGDCA 1ST Semester

INDEX
S. Particular Page Signature
No. No.
1. Check Armstrong Number of three digits. 1

2. Switch. 2

3. Source Code to Find Transpose of a Matrix. 3-4

4. Program to check Even or Odd. 5

5. Structure program 6-7

6. UNION Program 8

7. C program to check perfect number 9

8. Fahrenheit to Celsius 10

9. Leap Year 11

10. Fibonacci series 12

11. Decimal to binary 13

12. Source Code to Calculate Average Using 14


Arrays
13. Addition of All Elements of the Array 15

14. Factorial using recursion 16

15. Swap using Functions 17

16. Matrix Multiplication 18-19

17. Sum of 5 subject marks 20

18. Give the value at run time to check Prime No. 21

19. Find the Greatest number using Array 22

20. Call by Address in function 23

21. Prime number using Function 24

22. Binary Search 25

23. Push and Pop operations over Stack 26-27

24. Insertion Sort 28

25. Pointer 29

You might also like