Computer Science, asked by pavannagireddy6040, 7 months ago

What happens if you try to compile and
run this program?
#include
int main(void) {
int i = 4, j
4, j = 1;
while ( > 0) {
i / = 2;
printf("%d", i);
mer
printf("%d", i + j);
return 0;​

Answers

Answered by Asif740
1

Answer:

I am not fake but I am broken

Similar questions