online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> #include <stdlib.h> #include <time.h> int main () { srand(time(NULL)); size_t rsize= rand() % 10 + 2; int arr[rsize]; arr[0]= 17; arr[1]= 33; for (size_t i= 0; i < rsize; ++i) printf("%d ", arr[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