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.

Loading...

This page contains content from the copyrighted Wikipedia article "Type conversion in C"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.