Card image cap
Data type of Expression
55
4

The data type of an expression depends on the types of operands in the expression.
For example, the result of an expression in int if both operands are integers.
an expression in which operands are of different data types is called mixed-type expression. In this case, the result of an expression is evaluated to larger data type in the expression.

How do you vote?

Card image cap