Q. |
Is gcd an associative function. |
A. | true |
B. | false |
Answer» A. true | |
Explanation: the gcd function is an associative function as gcd (a, gcd (b, c)) = gcd (gcd (a, b), c). |
Login to Continue
It will take less than 2 minutes