To find Greatest Common Divisor - GCD , we can use well known Euclidean algorithm.
Following is implementation of above algorithm in c language.
Please write comments if you find anything wrong or you want to add something more related to this topic.
No comments:
Post a Comment
Write your comment here.