Computer Science, asked by vikassonkar200pc7ctv, 1 year ago

different between integer and floating constant

Answers

Answered by Anonymous
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 Rahul9048
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