Vidyalelo
PHP · Q31

Functions

Programming · PHP · question 31

Q31

What will be the output of the following PHP code?

A.
Error
B.
49
C.
1
Answer
D.
Sum

Answer: Option C

Solution

Answer: Option C
Solution:
It is possible to call a function using a variable which stores the function name also the chr() function returns a character from the specified ASCII value.