Computer Science, asked by shashisaxena069, 5 hours ago

Which of the following data types accepts whole values.

Integer

Decimal

Float

Memo​

Answers

Answered by nikeetajohnson16
1

The integer data type ( int ) is used to represent whole numbers that can be stored within 32-bits. The big integer data type ( bigint ) is used to represent whole numbers that are outside the range of the integer data type and can be stored within 64 bits.

Similar questions