[ create a new paste ] login | about

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

C++, pasted on Feb 7:
1
2
3
4
5
#include <iostream>
int main(){
 using namespace std;
 cout << (int)'\0' << endl;
}


Output:
1
0


Create a new paste based on this one


Comments: