1.

What will be the output of the following PHP code ?
<?php
echo $t-- != ++$t;
?>

A. 0
B. 1
C. true
D. false
E. None of these
Answer» C. true


Discussion

No Comment Found

Related MCQs