If an expression contains double int float long then whole expression will promoted into which of these data types
Answers
Answered by
1
int and float will be converted into double while double may be converted into long. This process is known as TypeType conversion.
Similar questions