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

Index

The document contains a table listing 31 different programming problems and exercises, ranging from basic math and logic programs to more advanced data structures and algorithms. Each program is given a title and the page numbers where the corresponding code can be found. The programs cover a variety of topics including arithmetic, strings, matrices, searching/sorting algorithms, random number generation, and using structures.

Uploaded by

g
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)
44 views1 page

Index

The document contains a table listing 31 different programming problems and exercises, ranging from basic math and logic programs to more advanced data structures and algorithms. Each program is given a title and the page numbers where the corresponding code can be found. The programs cover a variety of topics including arithmetic, strings, matrices, searching/sorting algorithms, random number generation, and using structures.

Uploaded by

g
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

Index

S.No Program Name Page number(s) Teacher sign


1 Grade Program 2-3
2 Square for odd and cube for even 4-5
3 Arthematic operations using switch 6-7
4 Largest of three numbers 8-9
5 Fibonacci Series 10-11
6 Palindrome or not(integer) 12-13
7 Prime number or not 14-15
8 Multiplication Table 16-17
9 Star(*) pattern program 18-19
10 ‘’&’’ pattern program 20-21
11 Palindrome or not (String) 22-23
12 Reversing a sentence word by word 24-25
13 Program to capitalize the first letter of each word 26-27
14 Program to count number of alphabets in string 28-29
15 To count number of lower case characters in a string 30-31
16 Comparing two strings 32-33
17 Change case (lower to upper , upper to lower) 34-35
18 Sum of elements in an array 36-37
19 Linear Search 38-39
20 Binary Search 40-41
21 Sum of two matrices 42-45
22 Matrix multiplication 46-49
23 Transpose of a Matrix 50-51
24 Trace of a Matrix 52-53
25 To print the lower half elements in a matrix 54-55
26 the sum of elements in columns and rows in a matrix 56-57
27 To Read five strings and reverse them 58-59
28 To make a structure Program 60-61
29 To make a structure of array. 62-63
30 To calculate average salary(structure employee) 64-65
31 To generate random numbers 66-67

You might also like