adplus-dvertising
frame-decoration

Question

An array is a collection of

a.

Strings

b.

Characters

c.

Indexed variables

d.

Functions

Answer: (c).Indexed variables

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. An array is a collection of

Similar Questions

Discover Related MCQs

Q. Which function take two arguments and returns true if element contained as a value of an array?

Q. There are how many ways to create an array in PHP script

Q. For purpose of iteration Foreach is a

Q. User defined functions or may be built-in functions that's make an array via methods internal to PHP is called as

Q. Unlike vector arrays of C and C++ PHP arrays can store

Q. For getting rid of an assigned variable in an array which function is used?

Q. Default numbering for an array indices starts from

Q. Foreach ( ), current ( ), next ( ), reset ( ), each ( ) and array_walk ( ) all these functions are example of

Q. A function that takes two integers as arguments and returns an array filled with all integers between them, is known as

Q. Next ( ) function returns value after the

Q. $multi_array [1] [2] [3] [4] = "I am working on PHP"; will create

Q. In vector arrays, the elements must have

Q. As compared to associative arrays vector arrays are much

Q. Other than index values an array can be retrieved by a function that is called as

Q. Multidimensional arrays are simple arrays that have

Q. Three ways to create an array is Direct assignment, array ( ) construct and

Q. Which one of the following is the right way of defining a function in PHP?

Q. Type Hinting was introduced in which version of PHP?

Q. Which of the following are valid function names?

i) function()
ii) €()
iii) .function()
iv) $function()

Q. A function in PHP which starts with __ (double underscore) is know as..