QUESTION IMAGE
Question
what do you use to declare an associative array? a key = value b key == value c key => value d nothing, as you cant define associative arrays in
Brief Explanations
In many programming languages, an associative array (also known as a dictionary, hash - table etc.) is declared using a key - value pair syntax where the arrow symbol (=>) is used to map a key to a value. The '=' is for assignment, '==' is for equality comparison.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. 'key' => 'value'