Computer Science, asked by manishgrd81, 1 year ago

What is the difference between integer and floating constant

Answers

Answered by abhaykatti508
1

Answer:

integer values are given without decimal point whereas float values are decimal values ending with f

Eg:int a=5;

float f=5.41f;

Similar questions