Kizspy | Question: 48
(Choose 1 answer)
Which of the following correctly declares an iterator for a map<string, int>?
A. map<string, int>::iterator it;
B. iterator<map<string, int>> it;
C. map::iterator<string, int> it;
D. it map<string, int>::iterator;