Computer Science, asked by chandrika6561, 9 months ago

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

Answers

Answered by Kulvinder1260
0

Answer:

1 would be your answer.

Explanation: this program concludes the answer of 1.

Please mark my answer as brainliest, please, please.

Similar questions