Question: What is the output of this piece of code?

  1. There is no output because there is an exception when comparing an int8_t with a uint8_t.
  2. greater
  3. less
  4. There is no output because there is a compiler error.

Answer: The correct answer of the above question is Option C:less