Run Code
|
API
|
Code Wall
|
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
Command Expressions in Gnu C: What's the value of a loop? void!
A_141205_ContadorPalabras
readability!
fgets and basic string manipulation
demo_strlen
structure1
double_buffer_madness
etapa final de pregunta 2
Newtons method
bitwise manipulation using another function