137,272 views
22 votes
22 votes
What is the data type name for integer?​

User Anemoia
by
3.5k points

2 Answers

22 votes
22 votes

Step-by-step explanation:

  • 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.
User Kinyanjui Kamau
by
3.1k points
5 votes
5 votes

Answer:

the data type name for integer is int

Hope This Helps!!!

User Jbouwman
by
3.2k points