Vidyalelo
PHP · Q126

Object Oriented Concept

Programming · PHP · question 126

Q126

What is the output of below statement? Print substr (‘watch out for that tree’,20,5);

A.
tree
B.
tree’
C.
ree
Answer
D.
none of above

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board