Vidyalelo
PHP · Q5

Control Structures(Loop In PHP)

Programming · PHP · question 5

Q5

What will be the output of the following PHP code ?

A.
true
Answer
B.
false
C.
error
D.
no output

Answer: Option A

Solution

Answer: Option A
Solution:
Due to post increment and post decrement only the first condition is satisfied.