online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> #include <stdlib.h> #define T_VETOR 5 int main(void) { int vetor[T_VETOR] = {0}; int contador, auxiliar = 1; for (contador = 0; contador < T_VETOR; contador++) { auxiliar = auxiliar*((contador+1)+1); vetor[contador] = auxiliar/2; } printf("%d\n", vetor[2]); getchar(); 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