Posts by Gabriel • 1 point
1 post
-
0
votes2
answers47
viewsQ: Struct array accepting more than defined, what’s wrong?
In the code I created a array of the kind Pessoa containing only 2, but when it starts to iterate on the for loop and accesses index 2 and 3 the condigo continues without generating error at compile…