online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> #include<conio.h> void main() { int a, b; printf("Input the value of a:"); scanf("%d", &a); printf("Input the value of b:"); scanf("%d", &b); if (a != b) { printf("a is not equal to b\n"); if (a >b) {printf("a is greater than b\n");} else {printf("b is greater than a\n");} } else {printf("a is equal to b\n"); } }

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