

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code?";}$function_holder = "sayHello";$function_holder();?> |
A. | o Output |
B. | rror |
C. | ayHello |
D. | elloWorld |
Answer» E. | |