What happens if you try to compile and run this program?
#include <stdio.h>
int main(void) {
int i = 1, j = 0;
1 -= 2;
1 += 1 / 2;
} while(< 1);
printf("%d",
return 0;
Answers
Answered by
0
Answer:
compile time error
it just can't run
Similar questions
Computer Science,
2 months ago
Physics,
2 months ago
Math,
2 months ago
Psychology,
5 months ago
Math,
5 months ago