Computer Science, asked by sarusandy13gmailcom, 10 months ago

which data type has more precision?
A) double
B) float
C) int
D) long int​

Answers

Answered by Ishita407
9

Answer:

a)double

Explanation:

typically long has more precision

Answered by smartbrainz
4

The correct answer is option A) double.

Explanation:

The double data type has more precision as compared to the three other data types. This data type has more digits towards the right of decimal points as compared to other data types. For instance, the float data type contains six digits of precision whereas double data type comprises of fourteen digits. Thus, the data type “double” only has a large number of precision.

 

Similar questions