1.

What will be the output of the following PHP code ?<?php$n = 5;if ($n++) print "Hello Interview Mania";else print "Hey Interview Mania";?>

A. Hello Interview Mania
B. Hey Interview Mania
C. Error
D. Nothing
E. None of these
Answer» B. Hey Interview Mania


Discussion

No Comment Found