Computer Science, asked by abhishekraj96, 11 months ago

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 daradeparmeshwar66
0

Explanation:

३ this is the right answer bro I will try to solve bro

Answered by Mukeshgorain338
0

error: expected ';' after top level declarator

int main (void)

syntax erro

Similar questions