Computer Science, asked by Anonymous, 3 months ago

___________ data type is used to store numeric data with decimal and high precision .

1. float
2. long
3. double

pls help me out...



s7a1548vikram6689: hii
s7a1548vikram6689: long
Anonymous: thank you
DüllStâr: np :)
Ritu092007: they deleted my ans
Ritu092007: so the chats are also deleted
Ritu092007: Mannat and Jinae argued a lot
Anonymous: for what
s7a1548vikram6689:

Answers

Answered by DüllStâr
66

Question:

__________ data type is used to store numeric data with decimal and high precision .

  • float

  • long

  • double

Answer:

\pink{\underline{\underline{\LARGE\rm Option \: 3}}}

Double data type is used to store numeric data with decimal and high precision .

  • Why not option 1 ?

Although Double and float datatype are both used to store numeric data with decimal but float don't have high percentage as compared to Double. A variable which is stored in Double data type can store upto 15 to 16 decimal digits where as a variable which is stored in float datatype can store only upto 6 to 7 decimal digits.

  • Why not option 2 ?

If we talk about C programing then there is no data type named long. Yep there is variable name sound similar long double which is even more precise than double, but as it's only long , thus the option is incorrect

------------------------------------------

know more:

What are datatype?

  • Datatype is an atribute which tells what type of value should be stored in a variable

Happy learning! :)

Answered by ParikhAyushi
8

Answer:

___________ data type is used to store numeric data with decimal and high precision .

1. float

2. long

3. double✔️

Similar questions