online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> #include <stdint.h> #include <memory.h> int main(void) { int32_t x = 0xDDCCBBAA; char p[4]; memcpy(p, &x, 4); for(int i=0; i<4; i++) { printf("%X", p[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