#include <stdio.h> int main ( ) { float floatvalue = 8.25; printf ("%d " , (int) floatvalue); return 0; }