A Admin • 833K Points Coach Q. What will be the output of print_r(array('a', 'b', 'c'))? (A) Array ( [0] => a [1] => b [2] => c ) (B) a, b, c (C) [a, b, c] (D) Error Correct Answer - Option(A) Views: 26 Filed under category PHP Hashtags: Share Manage Tags
Discusssion
Login to discuss.