Q94
What will be the output of the following PHP code ?
A.
hello
B.
infinite loop
AnswerC.
hihello
D.
error
Answer: Option B
Solution
Answer: Option B
Solution:
While condition always gives 1.
Operators And Expressions
Programming · PHP · question 94
Q94
Answer: Option B