Page 1 of 1

Hi, can someone explain whether this is true or false in C++? Thank you! Since set and map are unordered and unindexed,

Posted: Mon Jun 06, 2022 4:57 pm
by answerhappygod
Hi, can someone explain whether this is true or false in C++?
Thank you! Since set and map are unordered and unindexed, so every
time we print them through the auto loop, the order of outputs may
be different?