online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main(void) { float test_f = 0.1f + 0.2f; double test_d = 0.1 + 0.2; long double test_ld = 0.1l + 0.2l; printf("%d\n", test_f == 0.3f); printf("%d\n", test_d == 0.3); printf("%d\n", test_ld == 0.3l); return 0; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue