Long is a long integer data type, which is often used in programming languages such as C language.
The data types of long integers are divided into signed long integers and unsigned long integers, and their respective value ranges are as follows:
(1) long integer: type identifier: long[int]. (2) unsigned long integer: type identifier: unsignedlong[int].