Dynamic array of Associative arrays moduletb;// Create an associative array with key of type string and value of type int for each index in a dynamic arrayintfruits [] [string];initialbegin// Create a dynamic array with size 2fruits =new[2];// Initialize the associative array inside each...
ncsim: *W,RNQUIE: Simulation is complete. Dynamic array of Associative arrays moduletb;// Create an associative array with key of type string and value of type int// for each index in a dynamic arrayintfruits[][string];initialbegin// Create a dynamic array with size 2fruits=new[2];//...