Discussion Forum : Php Functions
Question - What will be the output of the following PHP code?function one() {echo " this works";function two() {echo "this too works";}}one();two();
Options:
A .  this works this too works
B .  error
C .  this works
D .  this worksthis too works
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 *