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