Why an associative array can not be assigned to either dynamic array or queue/Fixed array

In reply to pkoti0583:

well, associative array implementation(in tool) is not just assigning memories unlike arrays, it uses hash tables.
You may have to understand hash tables …