int a = 10; int b = 20;
//메모리안의 4바이트 공간을 말한다.
int* p = &a int arr[3] = {10, 20, 30};
arr[0] arr[1] arr[2] 4,4,4 =>12byte