different between integer and floating constant
Answers
Answered by
2
Answer:
Explanation:
integer constant is used in programming in computers for representing whole numbers and floating constant is used to represent decimals, hope you understood.
Answered by
2
Answer:
Integers and floats are two different kinds of numerical data. An integer (more commonly called an int) is a number without a decimal point. A float is a floating-point number, which means it is a number that has a decimal place. Floats are used when more precision is needed.
Similar questions