Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
swap two numbers without arithematic operators
//gcc 5.4.0 #include <stdio.h> int main() { void swap(int,int); int a=2,b=5; swap(a,b); } void swap(int a,int b) { a = a^b; b = a^b; a = a^b; printf("a and b are :%d,%d",a,b); return 0; }
run
|
edit
|
history
|
help
1
3-D array sum and search
Finding power using recursion
Lab 5 HW Spring 2017 v1
main.c
Alphabet Triangle
SUDOKUS CORRECTOS
PuntosTriangulo
MyWall1
lab5!
A_141121_fibonacci