logo

CuriousTab

CuriousTab

Bitwise Operators problems


  • 1. Bitwise can be used to perform addition and subtraction.

  • Options
  • A. Yes
  • B. No
  • Discuss
  • 2. Bitwise | can be used to set multiple bits in number.

  • Options
  • A. Yes
  • B. No
  • Discuss
  • 3. Bitwise & can be used in conjunction with ~ operator to turn off 1 or more bits in a number.

  • Options
  • A. Yes
  • B. No
  • Discuss
  • 4. Bitwise | can be used to multiply a number by powers of 2.

  • Options
  • A. Yes
  • B. No
  • Discuss
  • 5. Bitwise can be used to reverse a sign of a number.

  • Options
  • A. Yes
  • B. No
  • Discuss
  • 6. Bitwise can be used to generate a random number.

  • Options
  • A. Yes
  • B. No
  • Discuss
  • 7. Bitwise | can be used to set a bit in number.

  • Options
  • A. Yes
  • B. No
  • Discuss

First 2 3