">
<?php$n = 5;if ($n++) print "Hello Interview Mania";else print "Hey Interview Mania";?>
n is incremented after if which evaluates to false.
Previous Question Next Question
Your comments will be displayed only after manual approval.