How do at() and operator[] differ for missing keys?
at() throws exception; operator[] inserts
Both insert a default value
operator[] throws; at() inserts
Both throw exceptions
This question is part of this quiz :