online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main(void) { int zahl; printf("Bitte geben Sie eine Zahl ein: "); scanf("%d", &zahl); if(zahl > 0) { printf("Positive Zahl\n"); } else if(zahl < 0) { printf("Negative Zahl\n"); } else { printf("Zahl gleich Null\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