Tags: Programming Language.
In the C programming language a type conversion is the conversion two different sorts of data type into a common form in order for them to be manipulated.In the C language there are different basic data types such as int char float double; there are also some user defined data types such as structures arrays etc. If the operator is taking operands of different data types then they are converted to a common data types by certain rules.