Long Integer
Advertisement
Techopedia Explains Long Integer
Like a standard type integer, long integers are represented as a set of binary digits. Long integers can be unsigned (representation of non-negative integers) or signed (representation of negative integers). Most programming language have defined the minimum and maximum value of the integers that can be represented by long integers.The size of long integers in different programming languages is as followers:
- ANSI C: Minimum 4 bytes
- C++: Minimum 4 bytes
- Visual Basic: Minimum 8 bytes
- SQL Server: Minimum 8 bytes
- C#: Minimum 8 bytes
- VB.Net: Minimum 8 bytes
- Java: Minimum 8 bytes
- Pascal: Minimum 8 bytes
Advertisement
Related Terms
Related Reading
- Data Quality: Why Diversity is Essential to Train AI
- How to Set Up a Static IP Address
- AI in the Enterprise: 3 Key Application Areas
- 5 Ways AI is Changing Art
- AI's Got Some Explaining to Do
- Comply and Protect: The Data Security Rulebook