Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Index of Comp Prac

The document lists various programming tasks, including finding roots of quadratic equations, printing prime numbers, and counting vowels and consonants in a string. It also includes tasks for searching elements using linear and binary search, sorting elements with bubble sort, and finding the largest and smallest words in a string. Additionally, it covers summing even and odd numbers from a list and counting letters, digits, and special characters.

Uploaded by

anik89gupta
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)
2 views1 page

Index of Comp Prac

The document lists various programming tasks, including finding roots of quadratic equations, printing prime numbers, and counting vowels and consonants in a string. It also includes tasks for searching elements using linear and binary search, sorting elements with bubble sort, and finding the largest and smallest words in a string. Additionally, it covers summing even and odd numbers from a list and counting letters, digits, and special characters.

Uploaded by

anik89gupta
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

Sr.no Program remark


To find roots of quadratic
1 equations
To print prime numbers
2 between 1 to 100
To print
3 the pattern :
To count number of vowels
4 & consonents in a string
To count number of letters
5 digits special character
To find the largest and the
6 smallest word in a string
To find the sum of even
7 and odd numbers from a
list
To search element by
8 linear search
To search element by
9 binary search
To sort element by bubble
10 sort

You might also like