If an expression contains double int float long then whole expression will promoted into which of these data types
Answers
Answered by
2
Converting one data type into another is known as type conversion. This can be done in two types - explicit and implicit
Int, and float will be converted to double. Double will be converted to long. This is as the smallest operand will be converted to the highest.
Int, and float will be converted to double. Double will be converted to long. This is as the smallest operand will be converted to the highest.
Answered by
0
Answer:
whole experience will be prompted into which of these data type
Similar questions