Computer Science, asked by parthee68, 4 months ago

Which data type is used to store a decimal point number?

int

str

list

float​

Answers

Answered by Anonymous
3

Answer:

REAL

Explanation:

Numbers that contain a decimal point are stored in a data type called REAL. Variables that use the real data type can accept both positive and negative numbers with a decimal place.

Answered by adventureisland
2

The float​ data type is used to store a decimal point number.

Which used to store a decimal point number?

  • A float is a data type in computer science that consists of a number that is not an integer since it contains a decimal fraction.
  • Some argue that when more accuracy is required than integers can offer, the float data type is utilized in computer programming.
  • The float data type takes up 4 bytes (32 bits) of memory and is used to hold real values with at least one digit following the decimal point.
Similar questions