Q:

Indices of arrays can be either strings or numbers and they are denoted as

belongs to collection: ARRAYS AND FUNCTIONS IN PHP MCQ

0

Indices of arrays can be either strings or numbers and they are denoted as


  1. $my_array {4}
  2. $my_array [4]
  3. $my_array| 4 |
  4. None of them

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).$my_array [4]

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

ARRAYS AND FUNCTIONS IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
To retrieve a value from an array we can use its... >>
<< Pointing before moving current pointer ahead is a ...