online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> #include <assert.h> fn_1(){printf("%o",~9);} fn_2(){printf("%u",-1);} fn_3(){printf("%o",.2);} int main(){ fn_1(); putchar('\n'); fn_2(); putchar('\n'); fn_3(); putchar('\n'); }

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