#220518 chapter. 32,33,34
int num1 = *p;
int num = 10; int* p = &num1;
ex). (*s).data = s -> data 같은 의미
int min = num1 < num2 ? num1 : num2;