

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? 0 && ++$i){ print $i;}> |
A. | 5 |
B. | 555555555…infinitely |
C. | 54321 |
D. | error |
Answer» C. 54321 | |