[ create a new paste ] login | about

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

C, pasted on Feb 9:
1
2
3
4
5
6
#define PI 3.14

int main()
{
printf("%d", sizeof(PI));
}


Output:
1
8


Create a new paste based on this one


Comments: