1.

What will be the output of the following PHP code ?<?phpdo{ 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