Discussion Forum : Php Functions
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 Your Solution hear:

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