online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
// program_Xaraktires // Author Tony_Dim 27/02/2023 #include <stdio.h> int main() { int Stand_By; int i, k; i=0; k=0; for (i=0; i<=255; i++) { printf("%d %c",i,i); i++; k = k + 1; if (k == 10) { printf ("\n"); k = 0; } } scanf ("%d", &Stand_By); }

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