Vidyalelo
Data Structure · Q681

Miscellaneous on Data Structures

Programming · Data Structure · question 681

Q681

What is the following expression, lcm (a, gcd (a, b)) equal to?

A.
a
Answer
B.
b
C.
a*b
D.
a + b

Answer: Option A

Solution

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