MCQ Single Best Answer Not Set

Q Operation "a = a * b + a" can also be written as:

ID: #1213 Operators and Enums in C Language 9,215 views
Question Info
#1213Q ID
Not SetDifficulty
Operators and Enums in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A a *= b + 1;
  • B (c = a * b)!=(a = c + a);
  • C a = (b + 1)* a;
  • D All of the mentioned
Correct Answer: Option D

Explanation

Option D

Share This Question

Challenge a friend or share with your study group.