online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
/* dokimio */ #include <stdio.h> #include <stdlib.h> int pollaplasiasmos (int x, int y); // CCC+C9C3C' C4C'C2 C3C5C-CC1C4C'C3C'C2 main() { int a, b, k; printf(" give two numbers \n"); scanf("%d", &a); scanf("%d", &b); k = pollaplasiasmos (a, b); printf(" The result is %d ", k); } //......................................... int pollaplasiasmos (int x, int y) // CC9C1CC2 C%C1C9C4C'C,C!C4C)C*C< C%C$C> { return (x*y); }

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