Computer Science, asked by chandukakarla5, 5 months ago

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

Answer:

compile time error

it just can't run

Similar questions