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

Which one of the following expressions is an example of bitwise expression?

  1. x>=y
  2. x==10 && y<5
  3. x << <10
  4. x + = 10



Answer: 
Option c: x <<< 10

Explanation Here

Post a Comment

0 Comments