pepe

  • 홈
  • 태그
  • 방명록

C 1

Call By Value, Call By Reference

/////////////////////// /////Call By Value///// /////////////////////// #include void func(int n); int main() { int n = 10; //메인함수 메모리의 변수n 에 10 입력 func(n); //func함수 메모리 내의 n안에 20입력 printf("n의 값 : %d\n", n); //메인 n > func함수 | n -> 10 출력 return 0; } void func(int n) { n = 20; } //출처 //https://luckyyowu.tistory.com/9 ./CallByValue n의 값 : 10 /////////////////////////// /////Call By Reference///// /..

C 2021.10.21
1
더보기
프로필사진

  • 분류 전체보기 (98)
    • SpringBoot (18)
    • Kotlin (6)
    • Rust (1)
    • self-hosted (5)
    • docs (2)
    • 백엔드 (1)
    • Python (0)
    • Airflow (10)
    • C++ (3)
    • C# (1)
    • C (1)
    • Java (3)
    • Ubuntu (3)
    • DB (1)
    • Github (3)
    • 테스트 (4)
    • HackerRank (4)
    • Docker (6)
    • 취미 (1)
    • 윈도우, 컴퓨터 (5)
    • 맥주 (20)

Tag

github, boot, SQL, apache, Airflow, naver, BEER, 맥주, Google, Kotlin, postgres, SpringBoot, API, Rest, Java, Python, db, spring, docker, Container,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

Archives

Calendar

«   2025/05   »
일 월 화 수 목 금 토
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 :
GitHub

Copyright © Kakao Corp. All rights reserved.

티스토리툴바