Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
Change Variable Without Third Variable
#include <stdio.h> int main(void) { int x = 21, y = 632; x = x + y; y = x - y; x = (y - x) - (y - x) * 2; printf("%d\n%d", x, y); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Welcome1
5 trabajo semanal 4
C_141113_euclides
fibonacci
Incometax problem v0.1
Daniel - hw3q2
structure1
poinres1
Alphabet Triangle
ques.1
Please log in to post a comment.