Computer Science, asked by Iihgfgbbhu4993, 1 year ago

If an expression contains double int float long then whole expression will promoted into which of these data types

Answers

Answered by saranghae101
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