Question: Consider this function declaration of `is_even`, which takes in an integer and returns true if the argument is an even number and false otherwise. Which declarations are correct for overloaded versions of that function to support floating point numbers and string representations of numbers?

  1. A
  2. B
  3. C
  4. D

Answer: The correct answer of the above question is Option A:A