Discussion Forum : Php Functions
Question - What will be the output of the following PHP code ?function mine($num){$num = 2 + $num;echo $num;}mine(3);
Options:
A .  None of the mentioned
B .  $num
C .  3
D .  5
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 *