Posts by Sing_fox • 11 points
1 post
-
0
votes1
answer30
viewsQ: The variable of a vector is replacing that of another vector, only in a specific case
When vector 3 is 5 in size, vector 2[0] will receive, even though it already has an assigned value and without any command to do so, it receives the vector value 3[4]. Whether this occurs only when…