Predict the output of the following code
#includestdio.h

int main() {
int n,x,y;
n=10;
x=5;
y=5;
if(n0)
x=x+2;
y=y-2;
printf("%d %d",x,y);
return 0;
}

Posted on by