Question:What is the output of the following:
$str= "good";
$$str= "bye";
echo ${$str};
 

A good 

B bye 

C good bye 

D None 

+ Answer
+ Report
Total Preview: 771

Copyright © 2025. Powered by Intellect Software Ltd