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
1
Answer:
I can't understand your question.
Please write it clearly.
Similar questions
English,
6 months ago
Social Sciences,
6 months ago
Math,
1 year ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago