Computer Science, asked by kgunturi77, 7 months ago

What happens if you try to compile and run this program?
#include
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;​
options: A) the program outputs 0 B) the program outputs 2 C) the program outputs 3 D) the program outputs 1

Answers

Answered by Anonymous
1

Answer:

Errors in your program

 \sf{ \blue{bad  \:  file  name \: formate \: in \: include}} \\  \sf{ \red{declaration \: syntax \: error}} \\   \sf{ \pink{delaration \:terminated \: incorrectly}} \\  \sf{ \purple{variable  \: i \:is \: initiallized \: moethan \: once }}

.

Answered by nadimpallypoojareddy
0

Answer:a

Explanation:

Similar questions