Vidyalelo
PHP · Q30

Control Structures(Loop In PHP)

Programming · PHP · question 30

Q30

What will be the output of the following PHP code ?

A.
hellolength
Answer
B.
5
C.
hi
D.
error

Answer: Option A

Solution

Answer: Option A
Solution:
The . operator appends a string and returns true.