[ create a new paste ] login | about

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

C, pasted on Apr 7:
1
2
3
4
5
6
7
8
typedef struct {
int a;
}HELLO;
static HELLO a;
main()
{
printf("%x",a);
}


Output:
1
0


Create a new paste based on this one


Comments: