The purpose of the following program fragment
b=s+b;
s = b - s;
b=b – s;
where s and b are two integers is to
a) Transfer the content of s to b
b) Transfer the content of b to s
c) Exchange (swap, the content of s and b
d) Negate the contents of s and b
Answers
Answered by
2
Answer:
answer is b
Explanation:
please make this a brainlist answer please
Answered by
0
Answer:
The purpose of the following program fragment
b=s+b;
s = b - s;
b=b – s;
where s and b are two integers is to
a) Transfer the content of s to b
b) Transfer the content of b to s
c) Exchange (swap, the content of s and b
d) Negate the contents of s and b
Similar questions