">
<?phpfor ($g = 0; $g % ++$g; $g++) { print"g";}?>
Loop condition is true as g%(g+1) is a float non zero value in php.
Previous Question Next Question
Your comments will be displayed only after manual approval.