1.

What will be the output of the following PHP code ?
<?php
$n = 0x6db7;
print $n<<8;
?>

A. Error
B. 0
C. 7190272
D. 8
E. 0x6db7
Answer» D. 8


Discussion

No Comment Found

Related MCQs