online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
print(f'8 mod 5 = {8 % 5}') print(f'-8 mod 5 = {-8 % 5}') print(f'8 mod -5 = {8 % -5}') print(f'-8 mod -5 = {-8 % -5}') # 8 mod 5 = 3 # -8 mod 5 = 2 # 8 mod -5 = -2 # -8 mod -5 = -3

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