[ create a new paste ] login | about

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

C++, pasted on Jan 5:
1
2
3
int main() {
printf("%d",2.0f == 2.000000f);
}


Output:
1
1


Create a new paste based on this one


Comments: