C++ MQCs with Explanation (CHAPTER 3: TOKENS, EXPRESSIONS AND CONTRAL STRUCTURES)

The statement a=(b=10) – 5; is an example of

  1. Chained assignment
  2. Embedded assignment
  3. Compound assignment
  4. None of the above



Answer: 
Option a: Chained assignment

Explanation Here

Post a Comment

0 Comments