Examveda
Examveda

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: Option D


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals