create float with int in c code example Example: c float to int # you can cast in c like so float my_float= 1.446; int my_int = (int) my_float;