Question:By using array_key() function, Which is the correct output of following syntex? $state["Subhan"]= "Agust 3, 1757"; $state["Ashraf"]= "July 15, 1971"; $state["Shahin"]= "January 7, 1857"; 

A array([] => Subhan[] => Ashraf[] => Shahin) 

B array([1] => subhan[2] => ashraf[3] => shahin) 

C array([0] => Subhan[1] => Ashraf[2] => Shahin) 

D array([] => Shahin[] => Ashraf[] => Subhan) 

+ Answer
+ Report
Total Preview: 767

Copyright © 2024. Powered by Intellect Software Ltd