online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <stdio.h> #include <stdlib.h> int main() { int* i= (int *)malloc(sizeof(int)); *i = 0; *i *= (*i *= ++*i) * (*i *= *i) * (*i *= *i) * (*i *= *i) * (*i *= ++*i); printf("Demo1 = i = %d\n", *i); *i = 0; *i *= (*i *= ++*i) * (*i *= *i) * (*i *= ++*i) * (*i *= *i) * (*i *= ++*i); printf("Demo2 = i = %d\n", *i); }

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