Write a program to initialize two integers ‘m’ and ‘n’ with
the values 12 and 7. Interchange the values of m and n
without using the third variable. Print the values of m and n
before and after interchange
Answers
Answered by
1
Answer:
m=n
n=m
Explanation:
mark it as brainliest
Similar questions