안되는 이유가머냐??
int a=1;
float c=a;

는 되고

float a=1;
int c=a;

하면 왜안댐??

비트수는 32비트로 같은데

- dc official App