Q246
What is the lcm (a, b)?
A.
a + b
B.
gcd (a-b, b) if a>b
C.
lcm (b, a)
AnswerD.
a - b
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board