

McqMate
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 |
View all MCQs in
C LanguageNo comments yet