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
A_141121_factorial02
Is const really const?
mypro
Maze
second P
FUNTION3
Project 3 Part 1 v2
FUNTION4
Ppp
Program to input form command line and print it