코드

C언어 삼중자를 이용한 코드

by humit posted Jul 22, 2018
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form
라이선스 GPL v2

C언어에서 지원했었던 삼중자를 이용해서 작성한 코드입니다.

단순히 Hello world!를 출력해주는 예제입니다. 참고로 최신 C++에서는(C++17) 이 삼중자를 더이상 지원하지 않습니다.


??=include <stdio.h>
 
int main(void) ??<
    // comment start??/
    printf("cannot print this line...??/n");
    printf("Hello world!??/n");
    return 0;
??>

Who's humit

profile

Study For Us Hosting 1기 모니터링 관리자 (16.12.01 ~ 17.01.08.)

C++, Python, PHP를 주로 사용하며 알고리즘, DL, 해킹 쪽에 관심이 있습니다.

휴학생입니다.

티스토리 블로그 : http://humit.tistory.com/

카카오톡 봇 : http://pf.kakao.com/_Efrbu/chat

지식인 프로필 : https://kin.naver.com/profile/jhjang1005


Articles

1 2 3 4