Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - C language is now generally in the 32-bit unix operating system, and the number of bits is int type.
C language is now generally in the 32-bit unix operating system, and the number of bits is int type.
Say two things:

1. Now there is no original unix operating system, and linux is a unix-like operating system.

2.int's digit is a number. Look at the range of values you seem to be talking about.

Int is a signed integer in a 32-bit system, occupying 4B =32 bits;

Calculate the range of numbers, remember that it is a signed integer.