online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
void main() { print('8 mod 5 = ${8 % 5}'); print('-8 mod 5 = ${-8 % 5}'); print('8 mod -5 = ${8 % -5}'); print('-8 mod -5 = ${-8 % -5}'); } // 8 mod 5 = 3 // -8 mod 5 = 2 // 8 mod -5 = 3 // -8 mod -5 = 2

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