MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
Keys in array can be non-sequential...
1.
Keys in array can be non-sequential.
A.
True
B.
False
C.
Depend on program
D.
Keys does not exist in array
Answer» B. False
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following function is Used to set the array pointer to the value of last key?
<pre class="result notranslate"><?php&dollar;fruits = array ("apple", "orange", "banana", "guava", "pine-apple", "papaya", "melon");next(&dollar;fruits);next(&dollar;fruits);prev(&dollar;fruits);?></pre>19.Which of the following function is used to get the value of the previous element in an array?
<pre class="result notranslate"><?php&dollar;a=array(1,2,3,5,6);next(&dollar;a);next(&dollar;a);next(&dollar;a);echo current(&dollar;a);?></pre>18.Predict the output of the following PHP code.
Predict the output of the following code.
What is the use of array_values() function?
What is the use of array_flip() function?
What is the use of array_unshift() function?
What is the use of is_array() function?
Key/value pair can be initialized using = operator?
Keys in array can be non-sequential.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply