Q. Which operator is used to test object identity? (A) == (B) != (C) is (D) === ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) is Explanation: `is` checks whether two variables point to the same object.