Sail E0 Webinar
Question
What will be the output of the following PHP code?function a() {function b() {echo 'I am bb';}echo 'I am a';}b();a();
Options:
A .  I am a Error
B .  I am bI am a
C .  I am bb
D .  Error
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers