Saved Bookmarks
| 1. |
Indices of arrays can be either strings or numbers and they are denoted as(a) $my_array {4} (b) $my array [4] (c) $my_array |4| (d) None of these |
|
Answer» (b) $my array [4] |
|