MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers
→
Key/value pair can be initialized using = operator...
1.
Key/value pair can be initialized using = operator?
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?
<?php&dollar;fruits = array ("apple", "orange", "banana", "guava", "pine-apple", "papaya", "melon");next(&dollar;fruits);next(&dollar;fruits);prev(&dollar;fruits);?>19.Which of the following function is used to get the value of the previous element in an array?
<?php&dollar;a=array(1,2,3,5,6);next(&dollar;a);next(&dollar;a);next(&dollar;a);echo current(&dollar;a);?>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
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies