InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is also known as GCD?(a) Highest Common Divisor(b) Highest Common Multiple(c) Highest Common Measure(d) Lowest Common MultipleThe question was asked by my school teacher while I was bunking the class.Origin of the question is GCD LCM Recursion, topic in chapter Recursion of Data Structures & Algorithms II |
|
Answer» The CORRECT answer is (a) HIGHEST Common Divisor |
|