Tuesday, October 23, 2007

c languages theory

ques: What do you mean by tupe conversion?
Ans: In an expression there mllight be cases when you need to involve different types of variable in a single expression. For example an expression may contain addition of two integers and the result is requird to be multiplied by a float. The expressions that contain variables and constants are evaluated using the following methods known as type conversions. These data types are required to be converted for easy calculation of the exprssion. These conversions are implicity done be the system.