1.

What will be the output of the following PHP code ?$i = 0;while(?++$i || --$i){print $i;}?>

A. 234567891011121314….infinitely
B. 1234567891011121314…infinitely
Answer» B. 1234567891011121314…infinitely


Discussion

No Comment Found