Sail E0 Webinar
Question
What will be the output of the following PHP code?
Options:
A .  Array ( [A] => 2 [Cat] => 1 [Dog] => 2 )
B .  Array ( [A] => 2 [Cat] => 2 [Dog] => 1 )
C .  Array ( [A] => 1 [Cat] => 1 [Dog] => 2 )
D .  Array ( [A] => 2 [Cat] => 1 [Dog] => 1)
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers