Q. Which operator is used to test object identity?

  • (A) ==
  • (B) !=
  • (C) is
  • (D) ===
πŸ’¬ Discuss
βœ… Correct Answer: (C) is
Explanation: `is` checks whether two variables point to the same object.
Explanation by: Mr. Dubey
`is` checks whether two variables point to the same object.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
71
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate