How To Swap Values of Three Variables in one line: int main() { int a=1,b=2,c=3; a=(a+b+c) - (b=c) - (c=a); getch(); } -TEAM CP
0
0
0
0
0