Which of the given statement is True if a is not identical to b-06466
Which of the given statement is True if "$a" is not identical to "$b" in php?
This multiple choice question (MCQ) is related to the book/course vu cs508 Modern Programming Languages. It can also be found in vu cs508 Final Term - Quiz No.2.
Which of the given statement is True if "$a" is not identical to "$b" in php?
$a != $
$a =! $
$a !== $b
$a ==! $