Sail E0 Webinar
Question
What will be the output of the following PHP code?
Options:
A .  Array ( [Peter] => 35 [Ben] => 37 [Joe] => 43 )
B .  Array ( [peter] => 35 [ben] => 37 [joe] => 43 )
C .  Array ( [PETER] => 35 [BEN] => 37 [JOE] => 43 )
D .  Array ( [PeTeR] => 35 [BeN] => 37 [Joe] => 43 )
Answer: Option C

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