Q70
What will be the output of the following PHP code ?
A.
20
AnswerB.
19
C.
12345678910….19
D.
12345678910….1920
Answer: Option A
Solution
Answer: Option A
Solution:
The for loop has no body,it just runs till condition is satisfied.