Vidyalelo
PHP · Q130

Operators And Expressions

Programming · PHP · question 130

Q130

What will be the output of the following PHP code ?

A.
qwe12345rty
Answer
B.
qwe{$a}rty
C.
error
D.
no output

Answer: Option A

Solution

Answer: Option A
Solution:
{$}dereferences the variable within.