what will be the resultant type of the following expression if bh represents a byte variable, i is an int variable, fl is a float variable and db is a double variable?
bh-i+db/fl-i*fl+db/i
Answers
Answered by
23
Answer:
Ans.
bh – i + db / fl – i * fl + db / i
resultant type of above expression will be double
Explanation:
Similar questions