|
|
|
variable = expression ;
^^^^^^^^ ^^^^^^^^^^
type1 type2 (type1 and type2 can be different)
|
Automatic Promotion rule:
|
We call such assignemts safe.... (because the conversion will not lose any accuracy or a very small amount of accuracy).
|
Note:
|
|