Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. PHP’s numerically indexed array begin with position ______.

  2. A.

     1

    B.

     2

    C.

     0

    D.

     -1

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Like many programming languages, the first element of an array has an index value of 0.


Be The First To Comment