1.

What will be the output of the following PHP code ?<?phpif (!print "First") if (print "Second")print "Third";?>

A. Error
B. Nothing
C. First
D. Second
E. Third
Answer» D. Second


Discussion

No Comment Found