online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main() { signed short smallest_short = -32768; signed short largest_short = 32767; signed int smallest_int = -2147483648; signed int largest_int = 2147483647; printf("signed short: %d ~ %d\n", smallest_short, largest_short); printf("signed int: %d ~ %d\n", smallest_int, largest_int); 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