Question: What will the following code segment do? x = y; if (x < 0) x = -x; printf(%d , x);
What will the following code segment do?
x = y;
if (x < 0)
x = -x;
printf("%d ", x);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
