The Programs

        

 CYCLE I [ cycle1.zip ]

     1. Roots of a Quadratic Equation

     2. Display this sequence on the screen 

                         *

                   *    *    *

             *    *    *    *    *

     3. Display Pascal's Triangle

     4.Display Fibonacci Series

     5.Check whether a number is a Palindrome or not

     6.Display Cosine Series

     7.Check whether a given number is Prime or not

     8.Display Prime numbers upto a Limit

     9.Sort an array of integers

 CYCLE II [ cycle2.zip ]

    1. A program to read an array and to insert, delete or search for an element.

     2. To read two unsorted arrays and put their merged and sorted result into another array.

     3. To Perform the following transformations: BINARY TO DECIMAL

                                                                        DECIMAL TO BINARY

                                                                        BINARY TO HEXADECIMAL

    4.Using recursive functions do the following operations : Calculate Factorial of a Number

                                                                                         Display Fibonacci Series upto a no.

                                                                                         Calculate nCr

   5. DO the following operations: ADD two Matrices

                                                    Multiply two Matrices

                                                    Find Transpose of a Matrix

                                                   Find sum of Upper Triangular & Lower Triangular elements

   6.Perform the following operations on a string: Find No of Occurrences of a word

                                                                         Print Abbreviated form

                                                                         Extract a Substring

                                                                         Reverse a given string

                                                                         Delete all occurrences of vowels 

 

Hosted by www.Geocities.ws

1