What will be the output of the following php code?
<?php $states = array("karnataka" => array( "population" => "11,35,000", "captial" => "Bangalore"),"Tamil Nadu" => array( "population" => "17,90,000","captial" => "Chennai") ); echo $states["karnataka"]["population"]; ?>
A.karnataka 11,35,000
B.11,35,000
C.population 11,35,000
D.karnataka population
Answers
Answered by
1
hey mate........the answer is
B. 11,35,000
B. 11,35,000
Answered by
0
Explanation:
B.11,35,000.........
Similar questions
English,
7 months ago
Math,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
History,
1 year ago
Math,
1 year ago