Vidyalelo
PHP · Q65

Functions

Programming · PHP · question 65

Q65

What will be the output of the following PHP code ?

A.
Returned value from the function : $return_value
B.
Error
C.
Returned value from the function : 30
Answer
D.
Returned value from the function :

Answer: Option C

Solution

Answer: Option C
Solution:
Function returns 30.