|
|
Hi, I'm having a bit of confusion as to how vector's list work when a sorting loop aplies to it. |
int list[10];
Let's say 30 is given place list[1], and 20 is given place list[2]. When the loop is aplied , does it change place of 30 and 20 or of [1] and [2]? |