Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
Hello, World
Collatz(3k+1)
Hello world.c
A_141117_Euclides
Stub Program for Problem 5 HW 2
Project 3 Part 1 v2
Project 4 v.1
FahrenheitToCelcius
selection sort
CO_assign_q1
stackse - search stackoverflow differently
Please log in to post a comment.