int main ( void ) { double dData = 0.0; float fData; fData = ( float ) dData; //违背1 return ( 0 ); }