Q1
PHP’s numerically indexed array begin with position ______.
A.
1
B.
2
C.
0
AnswerD.
-1
Answer: Option C
Solution
Answer: Option C
Solution:
Like many programming languages, the first element of an array has an index value of 0.