0 votes
in PHP by

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
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...