Data type conversion


An operator must have operands of the same type before it can carry out the operation. Because of this, C will perform some automatic conversion of data types.

These are the general rules for binary operators (* + / % etc):


See Also

cast to force a type conversion.
typedef keyword.


Top Master Index Keywords Functions


Martin Leslie