#IT-6314
Awesome StudentQuestion • Web Application Development 1

What will be the output of the following PHP code ? < ?php $i = 0; for ($i) { print$i; } ? >

Answer

error