Posts by Carlos Matos • 1 point
1 post
-
0
votes2
answers78
viewsQ: Why does the program work despite the invasion of memory in the vector?
#include <stdio.h> #include <stdlib.h> int main() { char s[2]; int i; printf("Entre com os caracteres\n"); for(i=0;i<4;i++) …