PHP ZCE mock test, interview preparation, daily lessons under chalk talk

Thursday, December 29, 2011

What is the value of $a?

<?php
$a=123==0123;
?>

What is the value of $a?
a)123
b)True
c)False
d)None of these

Solution: c)False
guess how!!!