Q51
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.
Control Structures(Loop In PHP)
Programming · PHP · question 51
Q51
Answer: Option B