Computer Science, asked by yumiko4357, 1 year ago

Distinguish between integer and floating constant i c

Answers

Answered by sruthirahini
1

integer constants do not contain decimal value. such type of datatypes are included : short, int, byte, long

floating constants have decimal values.such type of datatypes are included : float, double

Similar questions