Answer:
The answer is "Option C".
Explanation:
Dictionary is a set of unsorted data values, that is used to save data like a map and which contains a key: value pair in comparison to many other types of data, which only carry a specific number as just an element.
If we use Dictionary as an array so, it uses a two-pointer variable, one for hold key, and the second is used to hold its value.