Discussion Forum : Php Functions
Question - What will be the output of the following PHP code ?$var = 10;function one(){echo $var;}one();
Options:
A .  None of the Mentioned
B .  No Output
C .  10
D .  Error
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

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