#include<stdio.h>
int main(){
int a=5,b=10;
a=a+b-(b=a);
printf("\na= %d b= %d",a,b);
getch();
}
Neo_cse 0 Newbie Poster
Narue 5,707 Bad Cop Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.