Vidyalelo
PHP · Q34

Functions

Programming · PHP · question 34

Q34

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:
Functions returns value 30.