Float b = 0.0F;
Cout << (int) b << endl; // 0
COUT << (int &) B << Endl; // 0 (int &) B?
Cout << ((int) b == (int &) b) << Endl; // 1