200k views
2 votes
What is the data type name for integer?​

User Alvas
by
7.6k points

2 Answers

5 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 Andykiteman
by
8.2k points
3 votes

Answer:

the data type name for integer is int

Hope This Helps!!!

User Asad Awadia
by
8.3k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.