A Admin • 802.91K Points Coach Report 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 Correct Answer - Option(A) Views: 7 Filed under category PHP Hashtags: Share Manage Tags
Discusssion
Login to discuss.