Given the declarations
double alpha = 4.0, beta = 6.0;
int x = 5, y = 10;
double alpha = 4.0, beta = 6.0;
int x = 5, y = 10;
What would happen in the following
expressions?
alpha/y
x/beta
x/y
static_cast<double>(x)/y
x/double(y)
double(x/y)
여기서 double(x/y) 값은 머냐?? 0.5 , 0.5 , 0 맞냐 밑에 static_cast 밑으로 값들
좀 돌려보면 안됨?
외화낭비마시고군대가시죠등골브레이커님