πŸ“Š PHP
Q. How does the identity operator === compare two values?
  • (A) It converts them to a common compatible data type and then compares the resulting values
  • (B) It returns True only if they are both of the same type and value
  • (C) If the two values are strings, it performs a lexical comparison
  • (D) It bases its comparison on the C strcmp function exclusively
πŸ’¬ Discuss
βœ… Correct Answer: (A) It converts them to a common compatible data type and then compares the resulting values

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
167555
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Santosh Mishra
Publisher
πŸ“ˆ
89%
Success Rate