#include <stdio.h> int main() { printf("C 언어는 <컴퓨터> 프로그램을 기술할 수 있는 프로그래밍 언어이다.\n연산에 쓰는 기호와 자료 구조가 풍부하여 구조화가 쉽다.\n"); return 0; }
To embed this program on your website, copy the following code and paste it into your website's HTML: