Question: The ** operator is useful for sorting operations. It compares two values and returns an integer less than, equal to, or greater than 0 depending on whether the value on the ** is less than, equal to, or greater than the other.

  1. greater-than; right
  2. spaceship; left
  3. equality; right
  4. comparison; left

Answer: The correct answer of the above question is Option B:spaceship; left