Vidyalelo
Data Structure · Q829

Miscellaneous on Data Structures

Programming · Data Structure · question 829

Q829

If gcd (a, b) is defined by the expression, d=a*p + b*q where d, p, q are positive integers and a, b is both not zero, then what is the expression called?

A.
Bezout's Identity
Answer
B.
Multiplicative Identity
C.
Sum of Product
D.
Product of Sum

Answer: Option A

Solution

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