int t; int p ( int c ) { float a; a=2.0f; t=(int) a + c; return (int) a; }