What is the output of the following php code? <?php $alphabet = array("A" => array ( "php" => "php 7.0", "date" => "3 December 2019"), "B" => array( "python" => "python 3.8.2", "date" => "24 December 2019") ); echo $alphabet ["A"]["date"]; ?>

Question:What is the output of the following php code? <?php $alphabet = array("A" => array ( "php" => "php 7.0", "date" => "3 December 2019"), "B" => array( "python" => "python 3.8.2", "date" => "24 December 2019") ); echo $alphabet ["A"]["date"]; ?>

1. php 7.0

2. 3 December 2019

3. python 3.8.2

4.24 December 2019


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!