What array will you get if you convert an object to an array?
A. An array with properties of that object as the array's elements
B. An array with properties of that array as the object's elements
C. An array with properties of that object as the Key elements
D. An array with keys of that object as the array's elements
Answer: Option A
Related Questions on Arrays
A. karnataka 11,35,000
B. 11,35,000
C. population 11,35,000
D. karnataka population
Which function will return true if a variable is an array or false if it is not?
A. this_array()
B. is_array()
C. do_array()
D. in_array()
Join The Discussion