Medal's Log

  • 홈
  • 태그
  • 방명록

Study/C 2

[C] Memory2 ㅡ 포인터

// Compare0.c #include #include int main(void) { int i = get_int("i: "); int j = get_int("j: "); if (i==j) { printf("Same\n"); } else { printf("Different\n"); } } //Compare1.c #include #include #include int main(void) { string s = get_string("s: "); string t = get_string("t: "); if (strcmp(s,t)==0) { printf("Same\n"); } else { printf("Different\n"); } } //Compare2.c #include #include #include in..

Study/C 2022.05.25

List

#include #include #include typedef struct { string name; string number; }person; int main(void) { person people[2]; people[0].name = "Brian"; people[0].number = "123"; people[1].name = "David"; people[1].number = "456"; string name = get_string("name?: "); for(int i=0; i

Study/C 2022.05.11
이전
1
다음
더보기
프로필사진

ML/DL Learner 🐣

  • Coding (10)
    • Study (3)
      • HTML (2)
      • Python (0)
      • Java (0)
      • C (2)
      • Github | Notion (0)
      • Figma | UIUX (1)
    • Project (0)
      • Idea (0)
    • Reading (0)

Tag

웹개발, HTML, 컴퓨터과학개론 #c언어, 생활코딩,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/12   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Hello, World ! 🖥

I am Sing Dong Eung

티스토리툴바