Language:
Free Online Dictionary|3Dict

associative array

Source : Free On-Line Dictionary of Computing

associative array
     
         An {array} where the {indices} are not just
        {integers} but may be arbitrary strings.
     
        {awk} and its descendants (e.g. {Perl}) have associative
        arrays which are implemented using {hash coding}.
     
        (1995-02-16)
Sort by alphabet : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z