Vidyalelo
PHP · Q7

Operators And Expressions

Programming · PHP · question 7

Q7

What will be the output of the following PHP code ? ?>

A.
Hello
B.
Hello world
C.
Nothing
D.
Error
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
You can not have php tags inside a php tag.