[ create a new paste ] login | about

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

C, pasted on Oct 16:
1
2
3
4
5
6
int main ()
{
	int cc='a';
	printf("'%c' %d\n",cc,cc);
        return 0;
}


Output:
1
'a' 97


Create a new paste based on this one


Comments: