Advertisements
Advertisements
प्रश्न
What are indexed arrays?
टिप्पणी लिखिए
उत्तर
An array is defined using the keyword “array”. Each element of line array is assigned on index values which commences from O and ends with n-1. The user can access the array element using the assname followed by index value.
shaalaa.com
Array in PHP
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
PHP’s indexed array begin with position ______.
Associative arrays are a ____ pair data structure.
$ stud = array (“Roll” ⇒ “12501”,“Name” ⇒ “Hari”);
Identify the type of array.
Arrays more than ____ levels deep are hard to manage.
Define Array in PHP.
List out the types of the array in PHP.
Define associative array.
Explain the Multidimensional Array.
Explain Array concepts and their types.
Explain Indexed array and Associate array in PHP.