Q:

Which of the following are correct ways of creating an array?

0

Which of the following are correct ways of creating an array?


  1. state[0] = “karnataka”;
  2. $state[] = array(“karnataka”);
  3. $state[0] = “karnataka”;
  4. $state = array(“karnataka”);
  5. c and d

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(E).     c and d

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now