Page 1 of 1

14. What value is printed for "a" below 1 2 C 3 no value

Posted: Sat Nov 27, 2021 10:31 am
by answerhappygod
14 What Value Is Printed For A Below Php A 1 Function Test Echo A A Test 1 2 C 3 No Value 1
14 What Value Is Printed For A Below Php A 1 Function Test Echo A A Test 1 2 C 3 No Value 1 (13.78 KiB) Viewed 65 times
14 What Value Is Printed For A Below Php A 1 Function Test Echo A A Test 1 2 C 3 No Value 2
14 What Value Is Printed For A Below Php A 1 Function Test Echo A A Test 1 2 C 3 No Value 2 (13.95 KiB) Viewed 65 times
What is the correct option?
14. What value is printed for "a" below <?php $a = 1; function Test () { echo "a = $a"; } Test(); ?> 1 2 C 3 no value