M
Q. What is the GCD of a and b?
Explanation by: Mr. Dubey
as per euclid’s algorithm, gcd (a, b) = gcd (a-b, b) if a > b or gcd (a, b) = gcd (a, b-a) if b > a.
You must be Logged in to update hint/solution
Loading Comments....
Related MCQs
Q. Which of the following is the oldest database model?
Q. Bluetooth operates in which band?
Q. . also exists as a separate reality from physical world.
Q. Testing and subsequent debugging can account for __________ software development effort.
Q. Which of the following methods can be used to solve the longest palindromic subsequence problem?
Q. Which of the following is a read only memory storage device?
Question analytics

Discusssion
Login to discuss.