

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code?span>function one(){echo " this works";function two(){echo "this too works";}}one();two();?> |
A. | rror |
B. | his works |
C. | his worksthis too works |
D. | his works this too works |
Answer» D. his works this too works | |