MCQs > IT & Programming > PHP 5 > Consider the following code: $a=8; $b=2; echo $a / $b; Which of the following code gives the same result as the code above by using bitwise operators:

PHP 5 MCQs

Consider the following code: $a=8; $b=2; echo $a / $b; Which of the following code gives the same result as the code above by using bitwise operators:

Answer

Correct Answer: $a=8; $b=2; echo $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