Computer Science, asked by srisatya1605, 1 year ago

What happens if you try to compile and run this program?
#include <stdio.h>
int main(void) {
int i, j, k;
i = 1;
j = 3;
if(j)
j--;
else
i++;
if(i)
i--;
else
j++;
k = i + j;
printf("%d", k);
return 0;
}
ته​

Answers

Answered by arkanil93
1

Answer:

I can't understand your question.

Please write it clearly.

Similar questions