Computer Science, asked by divideso7, 5 months ago

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 pdatta23
0

Answer:

d

Explanation:

i think it is a infinity loop

Similar questions
Physics, 2 months ago