Computer Science, asked by arjunk7, 2 months ago

Choose the correct option.
1. Which data type is used to store a whole number?
b. int
a. float
C. double
d. long double

Answers

Answered by Anonymous
1

Answer:

integer data type

The integer data type ( int ) is used to represent whole numbers that can be stored within 32-bits. The decimal data type ( dec ) is used to represent 64-bit floating point values.

Similar questions