Find gcd of two numbers c program

- C program to find gcd of two numbers using recursion
- C program to find gcd of two numbers using euclidean algorithm
- C program to find gcd of two numbers using functions
- C program to find gcd of two numbers using consecutive integers
- C program to find gcd of two numbers without using recursion
- C program to find gcd and lcm of two numbers
- C program to find gcd and lcm of two numbers using functions
- C program to find gcd and lcm of two numbers using recursion
- C++ gcd of two numbers