Q86
Operation "a = a * b + a" can also be written as . . . . . . . .
A.
a *= b + 1;
B.
(c = a * b)!=(a = c + a);
C.
a = (b + 1)* a;
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board