이것을 할 수 있습니까?
double variable;
variable = 5;
/* the below should return true, since 5 is an int.
if variable were to equal 5.7, then it would return false. */
if(variable == int) {
//do stuff
}
나는 코드가 아마 그런 아무것도하지 않습니다 알고 있지만, 어떻게 않습니다 이 이동?
double
와 int
다르게 메모리에 표시됩니다, 당신은 하나 또는 메모리 처리의 문맥에 따라 다른 사용할 수 있습니다.