online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include<stdio.h> int main() { int a[2][3] = {{10,20,30},{40,50,60}}; int i = 0, j=0; for(i=0;i < 2; i++) { for (j=0; j<3; j++) { printf("%d ",a[i][j]); } } printf("\n"); 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