Q.

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
Answer» D. All of the mentioned
3.8k
0
Do you find this helpful?
21

View all MCQs in

C Language

Discussion

No comments yet