Top

Discussion

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

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment