표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력
#include <stdio.h> #define TEXT "Welcome to C Programming!!" int main() { printf(TEXT); return 0; }