funny challange

Pages: 12
DTS I didn't mean your post, only the code achal posted :)
closed account (Dy7SLyTq)
oh sorry :p
ok ;)
u can this this mechanism here
void main()
{
int a,b;
a=5;
b=3;
a=a + b;
b=a - b;
a=a - b;
}

Topic archived. No new replies allowed.
Pages: 12