Sail E0 Webinar
Question
How does the identity operator === compare two values?
Options:
A .  It returns True only if they are both of the same type and value
B .  If the two values are strings, it performs a lexical comparison
C .  It converts them to a common compatible data type and then compares the resulting values
D .  It converts both values to strings and compares them
E .  It bases its comparison on the C strcmp function exclusively
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers