Does not print a as int

fload f=5.5f;
int a=f;
Syso(a);