PrepAway - Latest Free Exam Questions & Answers

What will be the result of the following operation?

What will be the result of the following operation? array_combine(array(“A”,”B”,”C”),
array(1,2,3));

PrepAway - Latest Free Exam Questions & Answers

A.
array(1,2,3,”A”,”B”,C”)

B.
array(“A”=>1,”B”=>2,”C”=>3)

C.
array(1=>”A”,2=>”B”,3=>”C”)

D.
array(1,2,3)

E.
array(“A”,”B”,”C”,1,2,3)

Explanation:


Leave a Reply

Your email address will not be published. Required fields are marked *