Interview Questions

If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b?

PHP Interview Questions and Answers


(Continued from previous question...)

If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b?

100, it’s a reference to existing variable.

(Continued on next question...)

Other Interview Questions