Tuesday, August 12, 2008

QUESTION BASED ON RECURSION
Ques 1. A class Revstr defines a recursive function to reverse a string and check whether it is a Palindrome. .............
(ISC 2008 Link for full question )

Ques 2. Class Convert has been defined to express digits of an integer in words.
.............
(ISC 2007 Link for full question )

Ques 3. A class dec_Bin has been defined to convert a decimal number into its equivalent binary number.
.............
(ISC 2007R Link for full question )

Ques 4.
Class Hifact has been defined to to find the HCF of two numbers using the recursive technique. This HCF is used to find the LCM of the two numbers..............
(ISC 2006 Link for full question )

Ques 5. A class recursion is defined to find the fibonacci series upto the n terms.
..............
(ISC 2005 Link for full question )

Ques 6. Additional question
( Link for full question )

Ques 7. Additional question
( Link for full question )

No comments: