Vidyalelo
PHP · Q71

Functions

Programming · PHP · question 71

Q71

What will be the output of the following PHP code ?

A.
o world!
Answer
B.
Hello world!
C.
111
D.
No Output

Answer: Option A

Solution

Answer: Option A
Solution:
111 is the ASCII value of o.