Question: Given the following definitions, which of these expression will **NOT** evaluate to true?

  1. `(i1 | i2) == 3`
  2. `i2 && b1`
  3. `b1 || !b2`
  4. `(i1 ^ i2) < 4`

Answer: The correct answer of the above question is Option B:`i2 && b1`