InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not another name for GCD(Greatest Common Divisor)?(a) LCM(b) GCM(c) GCF(d) HCFI had been asked this question in an online interview.This intriguing question originated from GCD LCM Recursion, topic in chapter Recursion of Data Structures & Algorithms II |
|
Answer» CORRECT option is (a) LCM The BEST explanation: : LCM (Least Common MULTIPLE) and GCD are not same. GCM (Greatest Common Measure), GCF (Greatest Common Factor), HCF (Highest Common Factor) are other NAMES for GCD. |
|