

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? $a = 1; if (echo $a) print "True"; else print "False"; |
A. | true |
B. | false |
C. | error |
D. | no output |
Answer» D. no output | |