Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

PHP’s numerically indexed array begin with position ___________

a) 1
b) 2
c) 0
d) -1

Answer: c
Explanation: Like all the other programming languages, the first element of an array always starts with ‘0’.

Join The Discussion