in PHP by (32.2k points)

If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

1 Answer

0 votes
by
$$var2 contains the value 10.

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma (32.2k points)
...