online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main() { int num = 42; // μ •μˆ˜ float fnum = 3.14f; // μ‹€μˆ˜ char str[] = "Hello, C!"; // λ¬Έμžμ—΄ char ch = 'A'; // 문자 printf("μ •μˆ˜ : %d\n", num); printf("μ‹€μˆ˜ : %.2f\n", fnum); // μ†Œμˆ˜μ  λ‘˜μ§Έ μžλ¦¬κΉŒμ§€ 좜λ ₯ printf("λ¬Έμžμ—΄ : %s\n", str); printf("문자 : %c\n", ch); 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