Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Discover the answers you need from a community of experts ready to help you with their knowledge and experience in various fields. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

what is the data type name for integer?​

Sagot :

Answer:

the data type name for integer is int

Hope This Helps!!!

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.