Vidyalelo
Data Structure · Q246

Miscellaneous on Data Structures

Programming · Data Structure · question 246

Q246

What is the lcm (a, b)?

A.
a + b
B.
gcd (a-b, b) if a>b
C.
lcm (b, a)
Answer
D.
a - b

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board