Multiple choice

Which of the following member functions of the map class is used to give the location of a specified element?

  1. Begin()

  2. Clear()

  3. Find()

  4. Erase()

  5. Insert()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This member function of the map class is used to give the location of a specified element.