Question: What is the command to create an associative array in Bash?

  1. declare -a
  2. aarray
  3. array -a
  4. declare -A

Answer: The correct answer of the above question is Option D:declare -A