Question: Which statement about this code is true?

  1. Both are character literals.
  2. `heart_eyed_cat` is an invalid expression.
  3. `c` is a string literal and `heart_eyed_cat` is a character literal.
  4. Both are string literals.

Answer: The correct answer of the above question is Option A:Both are character literals.