1.

What will be the output of the following PHP code ? ($y != $y++)){ echo $y;}?>%!

A. 1
B. 0
C. 2
D. no output
Answer» C. 2


Discussion

No Comment Found