[ create a new paste ] login | about

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

C, pasted on Sep 14:
1
2
3
4
5
6
#include<stdio.h>
main()
{
        int a=10;
        printf("%d\n",a++==a);
}


Output:
1
2
3
1

Exited: ExitFailure 2


Create a new paste based on this one


Comments: