Showing posts with label hcf between two numbers. Show all posts
Showing posts with label hcf between two numbers. Show all posts

Wednesday, February 26, 2014

To find the hcf between two numbers using recursion function


In this program I have given the concept of finding the hcf between two numbers using function.
The highest common factor of integers x and y is the largest integer that evenly divides both x and y.
The main points to be remember while doing this program is: