CPP variable keyword

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Aug 10 1:54
Editor
Edited
Edited
2023 Oct 18 17:1
Refs
Refs
변수는 스코프(scope)와 주기(duration) 외에도 링크(linkage)라는 세 번째 속성
전역 변수는 정적 주기(static duration) 를 가진다
프로그램이 시작할 때 생성되고 프로그램이 종료할 때 파괴된다
CPP variable keywords
 
 
 
 
 
 

Recommendations