14. What value is printed for "a" below 1 2 C 3 no value
Posted: Sat Nov 27, 2021 10:31 am
14. What value is printed for "a" below <?php $a = 1; function Test () { echo "a = $a"; } Test(); ?> 1 2 C 3 no value
Accurate answers. Every time.
https://answerhappy.com/