

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? $i; $i--)print $i;}?> |
A. | nfinite loop |
B. | 1 2 3 4 5 |
C. | 1 0 1 2 0 1 2 3 0 1 2 3 4 0 1 2 3 4 5 0 1 2 3 4 5 |
D. | o output |
Answer» E. | |