Posts by vitor martins • 73 points
1 post
-
6
votes1
answer150
viewsQ: If is executed even with the condition being false
I have an excerpt from a function with the following code: printf("caminho: %d\n", t); printf("min: %d\n", min); if( min >= t && t != -1); { printf("oi\n"); min = t; printf("min:…
casked vitor martins 73