Computer Science, asked by WatsalKumar9231, 9 months ago

Interchanging (swapping) the numerical value of two variables
Hint variable A, B
C=A
A=B
B=C

Answers

Answered by manomaster2004
1

Answer:

C=A

A=B

B=C

Explanation:

third variable C is used for storing A value temporarily.

Similar questions