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
1
Answer:
Errors in your program
.
Answered by
0
Answer:a
Explanation:
Similar questions