MCQs > IT & Programming > PHP 5 > Consider the following code: $a=$b=7; You want to test whether variables $a and $b are equal and of the same type, which of the following is correct ?

PHP 5 MCQs

Consider the following code: $a=$b=7; You want to test whether variables $a and $b are equal and of the same type, which of the following is correct ?

Answer

Correct Answer: $a === $b

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it