myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
H

@hongdahyun

3-06 프로그램은 어떻게 작성할까(활동1-2)

C
1 month ago
#include <stdio.h> int main() { printf("C언어는 <컴퓨터> 프로그램을 기술할 수 있는 프로그래밍 언어이다.\n"); printf("연산에 쓰는 기호와 자료 구조가 풍부하여 구조화가 쉽다.\n"); return 0; }

3-06 프로그램은 어떻게 작성할까(활동1-1)

C
1 month ago
#include <stdio.h> int main() { printf("Informatics\n is\n\n very intresting!\n"); return 0; }

3-06 프로그램은 어떻게 작성할까(실습1~5)

C
1 month ago
#include <stdio.h> int main() { //실습1// /*printf("Hello world!\n"); */ //실습2// /*printf("안녕하세요"); printf("1234567890");
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us