when 2 key values are same in the multimap in which order of the values are they displayed I mean unordered or lexicographical ordering of values?
About multimap stl
hello @Senjuti256
keys will be in ascending order (but for two same key it will be unordered/ order of insertion).