1.

What will be the output of the following PHP code ?
<?php
do
{
print "Interview";
}
while(0);
print "Mania";
?>

A. Mania
B. Interview
C. Error
D. InterviewMania
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs