10. What will be the output of the
following PHP code?
<?php
for ($x = -1; $x < 10;--$x)
{
print $x;
}
?>
a) 123456713910412
b) 123456713910
c) 1234567139104
d) Infinite loop
Answers
Answered by
0
Answer:
d
Explanation:
i think it is a infinity loop
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
English,
5 months ago
English,
5 months ago
Biology,
10 months ago