Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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.
scanf and integer manipulation
Lab 11v0.6
AVANCE 1 TAREA M4 - PERLAS
120465-11.1-3E
pattern 12
141122_PI6
Prime
Is const really const?
co_1
Stub Program for Problem 5 HW 2
Please log in to post a comment.