

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code?(){define("const","I am awesome!");echo constant("const");}one();?> |
A. | am awesome!! |
B. | onst |
C. | onst, I am awesome!! |
D. | const”,”I am awesome!” |
Answer» B. onst | |