1.

What will be the output of the following PHP code ? $a = 10; if (1) print "all"; else print "some" else print "none";

A. all
B. some
C. error
D. none
Answer» D. none


Discussion

No Comment Found