[ create a new paste ] login | about

Link: http://codepad.org/vlC8LXil    [ raw code | output | fork ]

C, pasted on Aug 29:
1
2
3
4
5
6
7
#include<stdio.h> 
#define NUM 1+1 
int main() 
{ 
printf("%01d\n", NUM * 2); 
return 0; 
} 


Output:
1
3


Create a new paste based on this one


Comments: