

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ?$i = 0;while(?++$i || --$i){ print $i;}?>%! |
A. | 1234567891011121314….infinitely |
B. | 01234567891011121314…infinitely |
C. | 1 |
D. | 0 |
Answer» B. 01234567891011121314‚Äö√Ѭ∂infinitely | |