-
The statement p===q refers to _________
-
- There is no such statement
- Both p and q are equal in value, type and reference address
- Both p and q are equal in value
- Both p and q are equal in value and type
- None of these
Correct Option: D
”===” operator is known as strict comparison operator. A strict comparison (===) is only true if the operands are of the same type and the contents match.