IT studies

IT studies

  • 분류 전체보기 (36)
    • Facial Recognition program (6)
    • Python (0)
    • C (30)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

IT studies

컨텐츠 검색

태그

최근글

댓글

공지사항

아카이브

C(30)

  • #36 (C) for4.c

    #include int main() { int n; int i; printf("Enter the number: "); scanf("%d", &n); for(i=1; i

    2022.09.23
  • #35 (C) for3.c

    #include int main() { int n=0; int i; int result=1; printf("Enter the number: "); scanf("%d", &n); for(i=1; i

    2022.09.23
  • #34 (C) for2.c

    #include int main() { int n1=0; int n2=0; int i, total=0; printf("Enter the two numbers (the second number must be bigger): "); scanf("%d %d", &n1, &n2); for(i=n1; i

    2022.09.23
  • #33 (C) for1.c

    #include int main() { int i=0; int n=0; int total=0; printf("Enter the number: "); scanf("%d", &n); for(i=0; i

    2022.09.23
  • #32 (C) while6.c

    #include int main() { int i=2; int n; /* while (i

    2022.09.21
  • #31 (C) while5.c

    #include int main() { int i=0; int total=0; do { printf("i: %d\n", i); total += i; printf("i: %d\n", i); i+=2; } while (i

    2022.09.21
이전
1 2 3 4 5
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.