Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - Long x= 1 is incorrect.
Long x= 1 is incorrect.
Long is a key word in C language.

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].