Write an algorithm to find the HCF (Highest Common Factor) of the two numbers entered by a user. Transform your algorithm into a C program, support your program with suitable comments
Algorithm to Find the HCF (Highest Common Factor) of Two Numbers C Program to Find the HCF of Two Numbers …