Closed nischalanand closed 3 years ago
This program takes two positive integers from user and calculates GCD using recursion.
*GCD or HCF means highest common factor between numbers.
*Recursion means calling the function itself directly.
--------------------- OUTPUT ------------------------
This program takes two positive integers from user and calculates GCD using recursion.
*GCD or HCF means highest common factor between numbers.
*Recursion means calling the function itself directly.
--------------------- OUTPUT ------------------------