Comment Re:Question 3 Solved (Score 1) 392
#include
void main()
{
int a=1,b=2;
a=a+b;
b=a-b;
a=a-b;
printf("a=%d, b=%d",a,b);
getch();
}
output: a=2 b=1
This can be the solution in my perspective.
It is clear that the individual who persecutes a man, his brother, because he is not of the same opinion, is a monster. - Voltaire