Finding GCD using divison method in C

前端 未结 0 1573
傲寒
傲寒 2020-12-01 21:28

So I wanted to write a function to calculate the Gcd or HCF of two numbers using the Divison method.This is my code:

#include 
#include 

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题