The document contains a table with 20 programs listed along with their page numbers. The programs cover a range of tasks like manipulating words, checking numbers, performing operations on strings, matrices and arrays, and implementing data structures like queues and stacks.
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 ratings0% found this document useful (0 votes)
23 views2 pages
Index
The document contains a table with 20 programs listed along with their page numbers. The programs cover a range of tasks like manipulating words, checking numbers, performing operations on strings, matrices and arrays, and implementing data structures like queues and stacks.
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
INDEX
S.No. Program Page.no.
1 To manipulate the entered word 5 2 to input a sentence from the 7 user and count the frequency of "an" and "and" in the sentence 3 to accept a sentence and 11 calculate the frequency of words that begin with a vowel 4 to modify a word by bringing 13 all the vowels in the word at the beginning followed by the consonants. 5 to check whether a sentence 17 has words beginning with a capital letter or not. 6 to convert a decimal number 19 into its equivalent octal number 7 to perform string related 22 operations 8 to check if entered number is 25 a happy number or not 9 to check if a given number is 28 an Armstrong number or not 10 to check if a given number is 30 a perfect 11 To combine two arrays into 33 one. 12 To calculate the difference of 37 two matrices 13 To shuffle a matrix 40 14 To check if two matrices are 44 equal or not 15 To merge two sorted arrays 47 16 To compute the monthly wages 50 of a worker 17 To display the names of 53 students obtaining the highest mark 18 To calculate the sum of given 56 series 19 To construct a linear data 58 structure(Queue) 20 To construct a register 61 (Stack)