Given two natural numbers. Please write a C program to find out what is the greatest common divisor of these two natural numbers.
Hint: Use “Euclidean algorithms” (輾轉相除法).
Two integers Num1, Num2.
Note that:
Output should follow below format:
N
Note that: