What happens if you try to compile and run this program?#include <stdio.h>int main (void)int i, t[4];[3] = 0;for (i = 1; i >= 0; i--)t[i] = t[3] = 1;printf("%d", t111);return 0;
Answers
Answered by
0
Answer:
error: expected ';' after top level declarator
int main (void)
Explanation:
pls mark as brainlist
Similar questions