-
변수 int main(){ int num = 3; int &ref = num; // num의 주소를 ref가 참조(num 과 ref의 변수 주소는 동일) int *numAddress = # // num의 주소를 넘김. /*cout