Examveda
Examveda

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

A. 1797568

B. no output

C. error

D. 0x6dc0

Answer: Option A

Solution(By Examveda Team)

The output is in decimal.

This Question Belongs to PHP >> Operators And Expressions In Php

Join The Discussion

Related Questions on Operators and Expressions in php