InterviewSolution
Saved Bookmarks
| 1. |
Which is the correct term of the given relation, gcd (a, b) * lcm (a, b) =?(a) |a*b|(b) a + b(c) a – b(d) a / bI had been asked this question in an international level competition.My query is from GCD LCM Recursion, in chapter Recursion of Data Structures & Algorithms II |
|
Answer» Correct choice is (a) |a*B| |
|