Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
stringify
//Title of this code //gcc 4.9.1 #include <stdio.h> #define print(int) printf(#int "= %d\n", int) int main(){ int x = 2, y = 3, z = 4; print(x); print(y); print(z); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Add sum.c
Practice
Project 5 v0.11
20171117_FUNCIONES
multi dimension sum
Array pass effect
Threads_posix
ele888 lab1 run - graphs
mapOfIndia
pth_trap.c
Please log in to post a comment.