Q71
What will be the output of the following PHP code ?
A.
o world!
AnswerB.
Hello world!
C.
111
D.
No Output
Answer: Option A
Solution
Answer: Option A
Solution:
111 is the ASCII value of o.
Functions
Programming · PHP · question 71
Q71
Answer: Option A