Q39
What will be the output of the following PHP code ?
A.
error
AnswerB.
hi
C.
hihello
D.
hello
Answer: Option A
Solution
Answer: Option A
Solution:
Constants cannot be used in switch cases.
Control Structures(Loop In PHP)
Programming · PHP · question 39
Q39
Answer: Option A