online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <stdio.h> char a [2][2][25]; int main(){ system("color 1E"); printf("Vorname:"); scanf("%[a-z, ,A-Z]s",&a[0][0]); printf("Nachname:"); scanf("%[a-z, ,A-Z]s",a[0][1]); printf("Willkommen, %s %s",a[0][0], a[0][1]); }

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