Answers

Question and Answer:

  Home  PHP Community Marketing Expert

⟩ Tell me what is the output of the following code $a = '1'; $b = &$a; $b = "2$b"; echo $a.", ".$b;?

The answer is 21, 21

 172 views

More Questions for you: