Write C program to find HCF or GCD of two numbers using recursion
belongs to collection: c language function and recursion programming exercises
All Answers
total answers (1)
belongs to collection: c language function and recursion programming exercises
total answers (1)
I have used Code::blocks 12 compiler for debugging purpose. But you can use any C programming language compiler as per your availability.
Result:
Enter any 2 numbers to find HCF or GCD: 20
50
GCD of 20 and 50 = 10
need an explanation for this answer? contact us directly to get an explanation for this answer