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

In which of the following groups all the operators are in the same level of precedence?

  1. <<, < =, = =, << =
  2. new, sizeaf, typeid, !
  3. new, delete, ->, ::
  4. %, *, ->*, /=



Answer: 
Option d: %, *, ->*, /=

Explanation Here

Post a Comment

0 Comments