Computer Science, asked by Aburahman123, 1 year ago

PLZ answer this question guys​

Attachments:

mishratanisha7492: which part u want to be answered?
Aburahman123: all the part ok

Answers

Answered by mishratanisha7492
1

1.) y=++x;

first increase the value of x by 1...

x becomes 13(12+1). then assign it to y. and hence output will be:

X=13 Y=13.

3.) if(x1>x2)

x1=7, x2=5. so 7>5.

output will be " x1 is greater than x2".

and the 2nd part is incomplete.

Similar questions