Conversion in C

How does a conversion occur in C? The data types for numerical operations used in C are integer, float. It is important to know how conversions occur between these two data types in numerical operati...