1.

What will be the output of the following PHP code ?<?phpwhile(){ print "While loop...";}?>

A. Nothing
B. Error
C. While loop...
D. 0
E. None of these
Answer» C. While loop...


Discussion

No Comment Found